/* /Layout/MainLayout.razor.rz.scp.css */
/* ============================================
   MainLayout Styles - مشوار تاورغاء 2026
   ============================================ */

.app-shell[b-30nqxjbz55] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-primary);
}

/* ===== Desktop/Tablet Top Navigation ===== */
.top-nav-desktop[b-30nqxjbz55] {
  display: none;
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {
  .top-nav-desktop[b-30nqxjbz55] {
    display: block;
  }
}

.top-nav-container[b-30nqxjbz55] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-brand[b-30nqxjbz55] {
  flex-shrink: 0;
}

.brand-title[b-30nqxjbz55] {
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  margin: 0;
  color: #8EB69B;
  background: linear-gradient(135deg, #8EB69B, #235347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.desktop-nav-links[b-30nqxjbz55] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  justify-content: flex-end;
}

.desktop-nav-item[b-30nqxjbz55] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-xl);
  text-decoration: none;
  color: #163832;
  font-weight: var(--font-weight-semibold);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.desktop-nav-item:hover[b-30nqxjbz55] {
  background: #DAF1DE;
  color: #235347;
}

.desktop-nav-item.active[b-30nqxjbz55] {
  background: #8EB69B;
  color: #051F20;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(142, 182, 155, 0.3);
}

.desktop-nav-icon[b-30nqxjbz55] {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2;
}

/* Dark Mode for Desktop Nav - REMOVED */

/* ===== Main Content ===== */
.main-content[b-30nqxjbz55] {
  flex: 1;
  width: 100%;
  padding-bottom: calc(5rem + env(safe-area-inset-bottom));
  overflow-x: hidden;
}

/* إضافة padding للـ desktop nav وإزالة padding للـ bottom nav */
@media (min-width: 768px) {
  .main-content[b-30nqxjbz55] {
    padding-bottom: 2rem;
    padding-top: 0;
  }
}

/* Smooth Scroll */
html[b-30nqxjbz55] {
  scroll-behavior: smooth;
}

/* تحسين الأداء */
.main-content[b-30nqxjbz55] {
  will-change: contents;
  transform: translateZ(0);
}

/* Loading State */
.main-content.loading[b-30nqxjbz55] {
  pointer-events: none;
  opacity: 0.6;
}

/* Page Transitions */
@keyframes fadeIn-b-30nqxjbz55 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-content > *[b-30nqxjbz55] {
  animation: fadeIn-b-30nqxjbz55 0.3s ease-out;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4ohpnseta1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4ohpnseta1] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4ohpnseta1] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Logo في شريط التنقل */
.navbar-logo[b-4ohpnseta1] {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

.navbar-logo:hover[b-4ohpnseta1] {
    transform: scale(1.1);
}

.navbar-text[b-4ohpnseta1] {
    display: inline-block;
}

/* إخفاء النص على الشاشات الصغيرة */
@media (max-width: 640px) {
    .navbar-text[b-4ohpnseta1] {
        display: none;
    }
    
    .navbar-logo[b-4ohpnseta1] {
        height: 35px;
    }
}

.bi[b-4ohpnseta1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-4ohpnseta1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-4ohpnseta1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-4ohpnseta1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-4ohpnseta1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4ohpnseta1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4ohpnseta1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4ohpnseta1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4ohpnseta1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4ohpnseta1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4ohpnseta1] {
        display: none;
    }

    .collapse[b-4ohpnseta1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-4ohpnseta1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Components/MapFilters.razor.rz.scp.css */
/* ===================================
   Map Filters - Horizontal Scrollable
   =================================== */
.map-filters-container[b-ywsswzbcfh] {
    position: sticky;
    top: 60px;
    z-index: 50;
    padding: var(--spacing-md) 0;
    background: rgba(11, 19, 37, 0.8);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-bottom: 1px solid rgba(248, 250, 252, 0.05);
}

.filters-scroll[b-ywsswzbcfh] {
    display: flex;
    gap: var(--spacing-sm);
    overflow-x: auto;
    padding: 0 var(--spacing-md);
    scroll-behavior: smooth;
    
    /* Hide scrollbar but keep functionality */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.filters-scroll[b-ywsswzbcfh]::-webkit-scrollbar {
    display: none;
}

/* ===================================
   Filter Chip (Pill)
   =================================== */
.filter-chip[b-ywsswzbcfh] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 24px;
    border: 1.5px solid rgba(248, 250, 252, 0.2);
    background: rgba(18, 33, 59, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--color-text);
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
    flex-shrink: 0;
}

.filter-chip:hover[b-ywsswzbcfh] {
    background: rgba(18, 33, 59, 1);
    border-color: rgba(248, 250, 252, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.filter-chip:active[b-ywsswzbcfh] {
    transform: translateY(0);
}

/* Active State */
.filter-chip.active[b-ywsswzbcfh] {
    background: linear-gradient(135deg, var(--color-accent) 0%, #fb923c 100%);
    border-color: var(--color-accent);
    color: white;
    box-shadow: 
        0 4px 12px rgba(249, 115, 22, 0.3),
        0 0 20px rgba(249, 115, 22, 0.2);
}

.filter-chip.active:hover[b-ywsswzbcfh] {
    background: linear-gradient(135deg, #fb923c 0%, var(--color-accent) 100%);
    transform: translateY(-2px) scale(1.02);
}

/* Alternative Active State - Success Color */
.filter-chip.active.success[b-ywsswzbcfh] {
    background: var(--color-success);
    border-color: var(--color-success);
    box-shadow: 
        0 4px 12px rgba(17, 192, 128, 0.3),
        0 0 20px rgba(17, 192, 128, 0.2);
}

.filter-icon[b-ywsswzbcfh] {
    font-size: 1.1rem;
    line-height: 1;
}

.filter-label[b-ywsswzbcfh] {
    line-height: 1;
}

/* ===================================
   Glassmorphism Variant (Alternative)
   =================================== */
.map-filters-container.glass[b-ywsswzbcfh] {
    background: rgba(18, 33, 59, 0.6);
}

.map-filters-container.glass .filter-chip[b-ywsswzbcfh] {
    background: rgba(248, 250, 252, 0.1);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
}

/* ===================================
   Responsive Design
   =================================== */
@media (max-width: 640px) {
    .map-filters-container[b-ywsswzbcfh] {
        padding: var(--spacing-sm) 0;
    }
    
    .filters-scroll[b-ywsswzbcfh] {
        padding: 0 var(--spacing-sm);
        gap: 8px;
    }
    
    .filter-chip[b-ywsswzbcfh] {
        padding: 8px 14px;
        font-size: 0.85rem;
    }
    
    .filter-icon[b-ywsswzbcfh] {
        font-size: 1rem;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-9899cj035e] {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--spacing-lg, 1.5rem) var(--spacing-md, 1rem);
    direction: rtl;
}

/* Responsive Padding */
@media (min-width: 768px) {
    .dashboard-container[b-9899cj035e] {
        padding: 2rem 2rem;
    }
}

@media (min-width: 1024px) {
    .dashboard-container[b-9899cj035e] {
        padding: 3rem 2rem;
    }
}

.dashboard-header[b-9899cj035e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: var(--spacing-xl, 1.5rem) var(--spacing-lg, 1.25rem);
    background: linear-gradient(135deg, #051F20 0%, #0B2B26 100%);
    color: #DAF1DE;
    border-radius: var(--radius-2xl, 15px);
    flex-wrap: wrap;
    gap: 1rem;
    box-shadow: 0 10px 30px rgba(5, 31, 32, 0.35);
}

.dashboard-header h1[b-9899cj035e] {
    margin: 0;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: var(--font-weight-bold, 700);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.user-info[b-9899cj035e] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.user-info span[b-9899cj035e] {
    font-size: var(--font-size-base, 1rem);
    font-weight: var(--font-weight-medium, 500);
}

.user-info strong[b-9899cj035e] {
    font-weight: var(--font-weight-bold, 700);
}

.user-info .badge[b-9899cj035e] {
    font-size: var(--font-size-sm, 0.875rem);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-full, 9999px);
    font-weight: var(--font-weight-semibold, 600);
}

/* My Shop Card */
.my-shop-card[b-9899cj035e] {
    background: #E8F5E9;
    border-radius: var(--radius-xl, 15px);
    padding: var(--spacing-xl, 1.5rem) var(--spacing-lg, 1.25rem);
    box-shadow: 0 4px 20px rgba(22, 56, 50, 0.15);
    margin-bottom: 2rem;
    border: 2px solid #8EB69B;
}

/* Responsive padding for My Shop Card */
@media (min-width: 768px) {
    .my-shop-card[b-9899cj035e] {
        padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .my-shop-card[b-9899cj035e] {
        padding: 2.5rem;
    }
}

.my-shop-card h3[b-9899cj035e] {
    color: #051F20 !important;
    margin-bottom: 1rem;
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 800;
    text-shadow: none;
}

.shop-category[b-9899cj035e],
.shop-address[b-9899cj035e] {
    color: #163832 !important;
    margin-bottom: 0.75rem;
    font-size: var(--font-size-base, 1rem);
    line-height: var(--line-height-relaxed, 1.6);
    font-weight: 600;
}

/* Status Controls */
.status-controls[b-9899cj035e] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg, 1.25rem);
    margin: var(--spacing-xl, 1.5rem) 0;
    padding: var(--spacing-xl, 1.5rem);
    background: #f9fafb;
    border-radius: var(--radius-xl, 12px);
    border: 2px solid #e5e7eb;
}

@media (min-width: 768px) {
    .status-controls[b-9899cj035e] {
        padding: 2rem;
    }
}

.control-group[b-9899cj035e] {
    display: flex;
    align-items: center;
    gap: var(--spacing-lg, 1.25rem);
    padding: var(--spacing-md, 1rem);
    background: #E8F5E9;
    border-radius: var(--radius-lg, 10px);
    border: 2px solid #DAF1DE;
    transition: all 0.3s ease;
}

.control-group:hover[b-9899cj035e] {
    box-shadow: 0 4px 15px rgba(35, 83, 71, 0.2);
    border-color: #8EB69B;
}

.control-label[b-9899cj035e] {
    font-size: var(--font-size-base, 1rem);
    font-weight: 700;
    color: #051F20 !important;
}

.control-label .badge[b-9899cj035e] {
    font-size: var(--font-size-sm, 0.875rem);
    padding: 0.4rem 0.85rem;
    border-radius: var(--radius-md, 8px);
    font-weight: var(--font-weight-semibold, 600);
}

/* Toggle Switch */
.switch[b-9899cj035e] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input[b-9899cj035e] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-9899cj035e] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider[b-9899cj035e]:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider[b-9899cj035e] {
    background-color: #8EB69B;
}

input:checked + .slider.fuel[b-9899cj035e] {
    background-color: #ffc107;
}

input:checked + .slider[b-9899cj035e]:before {
    transform: translateX(26px);
}

input:disabled + .slider[b-9899cj035e] {
    opacity: 0.5;
    cursor: not-allowed;
}

.last-updated[b-9899cj035e] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #e5e7eb);
    color: var(--text-tertiary, #9ca3af);
    font-size: var(--font-size-sm, 0.875rem);
}

.last-updated small[b-9899cj035e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Admin Section */
.admin-section[b-9899cj035e] {
    background: #E8F5E9;
    border-radius: var(--radius-xl, 15px);
    padding: var(--spacing-xl, 1.5rem) var(--spacing-lg, 1.25rem);
    box-shadow: 0 4px 20px rgba(22, 56, 50, 0.15);
    margin-bottom: 2rem;
    border: 2px solid #8EB69B;
}

/* Responsive padding for Admin Section */
@media (min-width: 768px) {
    .admin-section[b-9899cj035e] {
        padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .admin-section[b-9899cj035e] {
        padding: 2.5rem;
    }
}

.admin-section h3[b-9899cj035e] {
    color: #051F20 !important;
    margin-bottom: 1.5rem;
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 800;
    text-shadow: none;
}

.shops-table[b-9899cj035e] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem -1rem;
    padding: 0 1rem;
    scrollbar-width: thin;
    scrollbar-color: #8EB69B #DAF1DE;
}

.shops-table[b-9899cj035e]::-webkit-scrollbar {
    height: 8px;
}

.shops-table[b-9899cj035e]::-webkit-scrollbar-track {
    background: #DAF1DE;
    border-radius: var(--radius-full, 9999px);
}

.shops-table[b-9899cj035e]::-webkit-scrollbar-thumb {
    background: #8EB69B;
    border-radius: var(--radius-full, 9999px);
}

/* Responsive table improvements */
@media (min-width: 768px) {
    .shops-table[b-9899cj035e] {
        margin: 1.5rem 0;
        padding: 0;
    }
}

.table[b-9899cj035e] {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.table thead th[b-9899cj035e] {
    background: #DAF1DE;
    border-bottom: 2px solid #8EB69B;
    padding: 1rem 0.75rem;
    font-size: var(--font-size-sm, 0.875rem);
    font-weight: 800;
    color: #051F20 !important;
    text-align: center;
    white-space: nowrap;
}

/* Better padding on larger screens */
@media (min-width: 768px) {
    .table thead th[b-9899cj035e] {
        padding: 1.25rem 1rem;
        font-size: var(--font-size-base, 1rem);
    }
}

.table tbody td[b-9899cj035e] {
    padding: 1rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #DAF1DE;
    font-size: var(--font-size-sm, 0.875rem);
    color: #051F20 !important;
    font-weight: 600;
}

/* Better padding on larger screens */
@media (min-width: 768px) {
    .table tbody td[b-9899cj035e] {
        padding: 1.25rem 1rem;
        font-size: var(--font-size-base, 1rem);
    }
}

.table tbody tr:hover[b-9899cj035e] {
    background: rgba(218, 241, 222, 0.5);
}

.table tbody tr:last-child td[b-9899cj035e] {
    border-bottom: none;
}

/* Quick Links */
.quick-links[b-9899cj035e] {
    text-align: center;
    margin-top: 2rem;
}

.quick-links .btn[b-9899cj035e] {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 25px;
}

/* ===== Mobile Responsive (< 768px) ===== */
@media (max-width: 767px) {
    .dashboard-container[b-9899cj035e] {
        padding: var(--spacing-md, 1rem);
    }

    .dashboard-header[b-9899cj035e] {
        flex-direction: column;
        text-align: center;
        padding: var(--spacing-lg, 1.25rem);
    }

    .dashboard-header h1[b-9899cj035e] {
        font-size: 1.5rem;
    }

    .user-info[b-9899cj035e] {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
    }

    .my-shop-card[b-9899cj035e] {
        padding: var(--spacing-lg, 1.25rem);
    }

    .admin-section[b-9899cj035e] {
        padding: var(--spacing-lg, 1.25rem);
    }

    .shops-table[b-9899cj035e] {
        font-size: 0.85rem;
    }
    
    .table thead th[b-9899cj035e],
    .table tbody td[b-9899cj035e] {
        padding: 0.75rem 0.5rem;
        font-size: 0.8rem;
    }
    
    .form-group[b-9899cj035e] {
        margin-bottom: 1rem;
    }
    
    .form-actions[b-9899cj035e] {
        flex-direction: column;
    }
    
    .form-actions .btn[b-9899cj035e] {
        width: 100%;
    }
}

/* ===== Tablet Responsive (768px - 1023px) ===== */
@media (min-width: 768px) and (max-width: 1023px) {
    .dashboard-header h1[b-9899cj035e] {
        font-size: 1.75rem;
    }
    
    .my-shop-card h3[b-9899cj035e],
    .admin-section h3[b-9899cj035e] {
        font-size: 1.4rem;
    }
    
    .status-controls[b-9899cj035e] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .add-shop-form[b-9899cj035e] {
        padding: 2rem;
    }
}

/* ===== Desktop Responsive (1024px+) ===== */
@media (min-width: 1024px) {
    .dashboard-header[b-9899cj035e] {
        padding: 2rem;
    }
    
    .dashboard-header h1[b-9899cj035e] {
        font-size: 2rem;
    }
    
    .user-info[b-9899cj035e] {
        gap: 1.25rem;
    }
    
    .status-controls[b-9899cj035e] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 2rem;
    }
    
    .form-section[b-9899cj035e] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .form-section h5[b-9899cj035e] {
        grid-column: 1 / -1;
    }
    
    .form-group.full-width[b-9899cj035e] {
        grid-column: 1 / -1;
    }
    
    .add-shop-form[b-9899cj035e] {
        padding: 2.5rem;
    }
    
    .table-shop-image[b-9899cj035e] {
        width: 70px;
        height: 70px;
    }
    
    .no-image[b-9899cj035e] {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 1.75rem;
    }
}

/* ===== Large Desktop (1400px+) ===== */
@media (min-width: 1400px) {
    .dashboard-container[b-9899cj035e] {
        max-width: 1400px;
    }
    
    .status-controls[b-9899cj035e] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Admin Header with Add Button */
.admin-header[b-9899cj035e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #f0f0f0;
}

.admin-header h3[b-9899cj035e] {
    margin: 0;
    color: #051F20 !important;
    font-size: 1.8rem;
    font-weight: 800;
    text-shadow: none;
}

/* Add Shop Form */
.add-shop-form[b-9899cj035e] {
    background: #f9fafb;
    padding: 2.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border: 2px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.add-shop-form h4[b-9899cj035e] {
    color: #051F20 !important;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-shadow: none;
}

.form-group[b-9899cj035e] {
    margin-bottom: 1.5rem;
}

.form-group label[b-9899cj035e] {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: #051F20 !important;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-group label[b-9899cj035e]::before {
    content: "📝";
    font-size: 1.2rem;
}

.form-control[b-9899cj035e] {
    width: 100%;
    padding: 1rem;
    border: 2px solid #DAF1DE;
    border-radius: 10px;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    background: #E8F5E9;
    font-family: inherit;
    color: #051F20;
    font-weight: 600;
}

select.form-control[b-9899cj035e] {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    padding-left: 2.5rem;
    appearance: none;
}

.form-control:focus[b-9899cj035e] {
    outline: none;
    border-color: #8EB69B;
    box-shadow: 0 0 0 3px rgba(142, 182, 155, 0.2);
    transform: translateY(-1px);
}

.form-control[b-9899cj035e]::placeholder {
    color: #adb5bd;
    font-style: italic;
}

.checkbox-label[b-9899cj035e] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal !important;
    padding: 1rem;
    background: #E8F5E9;
    border-radius: 10px;
    border: 2px solid #d1d5db;
    transition: all 0.3s ease;
}

.checkbox-label:hover[b-9899cj035e] {
    border-color: #8EB69B;
    background: #DAF1DE;
}

.checkbox-label input[type="checkbox"][b-9899cj035e] {
    margin-left: 0.75rem;
    width: 22px;
    height: 22px;
    cursor: pointer;
    accent-color: #8EB69B;
}

.checkbox-label[b-9899cj035e]::before {
    content: "✓";
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

.form-actions[b-9899cj035e] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e9ecef;
}

/* ===== Accessibility ===== */
@media (prefers-reduced-motion: reduce) {
    .control-group[b-9899cj035e],
    .btn[b-9899cj035e],
    .alert[b-9899cj035e] {
        transition: none;
    }
}

/* ===== Print Styles ===== */
@media print {
    .dashboard-header .btn[b-9899cj035e],
    .status-controls[b-9899cj035e],
    .form-actions[b-9899cj035e],
    .image-upload-section[b-9899cj035e],
    .coordinates-section[b-9899cj035e] {
        display: none;
    }
    
    .my-shop-card[b-9899cj035e],
    .admin-section[b-9899cj035e] {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* Buttons */
.btn[b-9899cj035e] {
    padding: 1rem 2rem;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn:disabled[b-9899cj035e] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

.btn-success[b-9899cj035e] {
    background: #8EB69B;
    color: #051F20;
    font-weight: 700;
}

.btn-success:hover:not(:disabled)[b-9899cj035e] {
    background: #235347;
    color: #DAF1DE;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(142, 182, 155, 0.4);
}

.btn-primary[b-9899cj035e] {
    background: #8EB69B;
    color: #051F20;
    font-weight: 700;
}

.btn-primary:hover:not(:disabled)[b-9899cj035e] {
    background: #235347;
    color: #DAF1DE;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(142, 182, 155, 0.4);
}

.btn-secondary[b-9899cj035e] {
    background: #235347;
    color: #DAF1DE;
    font-weight: 600;
}

.btn-secondary:hover:not(:disabled)[b-9899cj035e] {
    background: #163832;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(35, 83, 71, 0.4);
}

.btn-danger[b-9899cj035e] {
    background: #ef4444;
    color: white;
}

.btn-danger:hover:not(:disabled)[b-9899cj035e] {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.3);
}

.btn-sm[b-9899cj035e] {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    border-radius: 8px;
}

/* Alerts */
.alert[b-9899cj035e] {
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    margin: 1.5rem 0;
    font-size: 1.05rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    animation: slideIn-b-9899cj035e 0.3s ease;
}

@keyframes slideIn-b-9899cj035e {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-success[b-9899cj035e] {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    color: #155724;
    border: 2px solid #c3e6cb;
}

.alert-success[b-9899cj035e]::before {
    content: "✓";
    font-size: 1.5rem;
    font-weight: bold;
}

.alert-danger[b-9899cj035e] {
    background: linear-gradient(135deg, #f8d7da, #f5c6cb);
    color: #721c24;
    border: 2px solid #f5c6cb;
}

.alert-danger[b-9899cj035e]::before {
    content: "⚠";
    font-size: 1.5rem;
    font-weight: bold;
}

/* Badge Colors with Better Contrast */
.badge[b-9899cj035e] {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    font-size: var(--font-size-sm, 0.875rem);
    font-weight: var(--font-weight-semibold, 600);
    border-radius: var(--radius-md, 6px);
    line-height: 1.4;
}

.bg-success[b-9899cj035e] {
    background: #8EB69B;
    color: #051F20;
}

.bg-danger[b-9899cj035e] {
    background: #ef4444;
    color: white;
}

.bg-primary[b-9899cj035e] {
    background: #8EB69B;
    color: #051F20;
}

.bg-secondary[b-9899cj035e] {
    background: #235347;
    color: #DAF1DE;
}

/* Form Sections */
.form-section[b-9899cj035e] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px dashed #e0e0e0;
}

.form-section:last-of-type[b-9899cj035e] {
    border-bottom: none;
}

.form-section h5[b-9899cj035e] {
    color: #051F20 !important;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-shadow: none;
}

.form-text[b-9899cj035e] {
    display: block;
    margin-top: 0.5rem;
    color: #163832 !important;
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 600;
}

/* Password Input */
input[type="password"].form-control[b-9899cj035e] {
    font-family: monospace;
    letter-spacing: 2px;
}


/* Image Upload Section */
.shop-image-preview[b-9899cj035e] {
    margin: 1.5rem 0;
    text-align: center;
    border-radius: var(--radius-xl, 12px);
    overflow: hidden;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.1));
}

.shop-image-preview img[b-9899cj035e] {
    max-width: 100%;
    max-height: 350px;
    border-radius: var(--radius-xl, 12px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

/* Better sizing on larger screens */
@media (min-width: 768px) {
    .shop-image-preview img[b-9899cj035e] {
        max-height: 400px;
    }
}

.image-upload-section[b-9899cj035e] {
    background: #f9fafb;
    padding: var(--spacing-lg, 1.25rem);
    border-radius: var(--radius-xl, 12px);
    margin: 1.5rem 0;
    border: 2px solid #e5e7eb;
}

@media (min-width: 768px) {
    .image-upload-section[b-9899cj035e] {
        padding: 1.75rem;
    }
}

.image-upload-section h5[b-9899cj035e] {
    color: #051F20 !important;
    margin-bottom: 1rem;
    font-size: var(--font-size-lg, 1.125rem);
    font-weight: 700;
}

.image-upload-section[b-9899cj035e]  .blazor-file-input {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.image-upload-section[b-9899cj035e]  .blazor-file-input:hover {
    border-color: #667eea;
    background: #f0f4ff;
}

.upload-progress[b-9899cj035e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: #667eea;
    font-weight: 500;
}

.upload-progress .spinner-border[b-9899cj035e] {
    width: 1rem;
    height: 1rem;
}


/* Table Shop Images with better sizing */
.table-shop-image[b-9899cj035e] {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-md, 8px);
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--border-color, #e5e7eb);
}

@media (min-width: 1024px) {
    .table-shop-image[b-9899cj035e] {
        width: 70px;
        height: 70px;
    }
}

.no-image[b-9899cj035e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e5e7eb 0%, #f3f4f6 100%);
    border-radius: var(--radius-md, 8px);
    font-size: 1.5rem;
    color: var(--text-tertiary, #9ca3af);
}

@media (min-width: 1024px) {
    .no-image[b-9899cj035e] {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }
}


/* قسم إدارة الإحداثيات */
.coordinates-section[b-9899cj035e] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    border: 2px solid #e0e0e0;
}

.coordinates-section h5[b-9899cj035e] {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
}

.coordinates-section .form-group[b-9899cj035e] {
    margin-bottom: 15px;
}

.coordinates-section .form-group label[b-9899cj035e] {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #051F20 !important;
}

.coordinates-section .form-control[b-9899cj035e] {
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1em;
    transition: border-color 0.3s;
}

.coordinates-section .form-control:focus[b-9899cj035e] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.coordinates-section .form-text[b-9899cj035e] {
    display: block;
    margin-top: 5px;
    color: #6c757d;
    font-size: 0.85em;
}

.coordinates-section .form-actions[b-9899cj035e] {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.coordinates-section .btn[b-9899cj035e] {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.coordinates-section .btn-success[b-9899cj035e] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
}

.coordinates-section .btn-success:hover[b-9899cj035e] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(17, 153, 142, 0.3);
}

.coordinates-section .btn-secondary[b-9899cj035e] {
    background: #6c757d;
    color: white;
}

.coordinates-section .btn-secondary:hover[b-9899cj035e] {
    background: #5a6268;
}

.coordinates-section .btn-primary[b-9899cj035e] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.coordinates-section .btn-primary:hover[b-9899cj035e] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.coordinates-section .alert[b-9899cj035e] {
    padding: 15px;
    border-radius: 8px;
    margin: 10px 0;
}

.coordinates-section .alert-success[b-9899cj035e] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.coordinates-section .alert-warning[b-9899cj035e] {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.coordinates-section .alert-danger[b-9899cj035e] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}


/* قسم الإحداثيات الجغرافية */
.coordinates-section[b-9899cj035e] {
    background: #E8F5E9;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(22, 56, 50, 0.15);
    margin-top: 25px;
    border: 2px solid #8EB69B;
}

.coordinates-section h5[b-9899cj035e] {
    color: #051F20 !important;
    font-size: 1.3em;
    margin-bottom: 20px;
    border-bottom: 2px solid #8EB69B;
    padding-bottom: 10px;
    font-weight: 800;
}

.coordinates-help-box[b-9899cj035e] {
    background: #DAF1DE;
    border: 2px solid #8EB69B;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.coordinates-help-box h6[b-9899cj035e] {
    color: #051F20 !important;
    font-size: 1.1em;
    margin-bottom: 15px;
    font-weight: 800;
    text-shadow: none;
}

.coordinates-help-box ol[b-9899cj035e] {
    margin: 0;
    padding-right: 20px;
    color: #163832 !important;
    line-height: 1.8;
    font-weight: 600;
}

.coordinates-help-box ol li[b-9899cj035e] {
    margin-bottom: 8px;
}

.coordinates-help-box .btn[b-9899cj035e] {
    margin: 0 5px;
    display: inline-block;
}

.form-actions[b-9899cj035e] {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}


/* Pending Shops Section */
.pending-shops-section[b-9899cj035e] {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    border: 2px solid #E8F5E9;
}

.pending-shops-section h3[b-9899cj035e] {
    color: #051F20;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.section-info[b-9899cj035e] {
    color: #52796F;
    margin-bottom: 1.5rem;
}

.pending-cards[b-9899cj035e] {
    display: grid;
    gap: 1.5rem;
}

.pending-card[b-9899cj035e] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(5, 31, 32, 0.1);
    border: 2px solid #DAF1DE;
    transition: all 0.3s ease;
}

.pending-card:hover[b-9899cj035e] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(5, 31, 32, 0.15);
    border-color: #8EB69B;
}

.pending-header[b-9899cj035e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #E8F5E9;
}

.pending-header h4[b-9899cj035e] {
    color: #051F20;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.pending-details[b-9899cj035e] {
    margin-bottom: 1.5rem;
}

.detail-row[b-9899cj035e] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.detail-row:last-child[b-9899cj035e] {
    border-bottom: none;
}

.detail-row strong[b-9899cj035e] {
    color: #2F3E46;
    min-width: 120px;
    flex-shrink: 0;
}

.detail-row span[b-9899cj035e] {
    color: #52796F;
    text-align: left;
    flex: 1;
}

.username-badge[b-9899cj035e] {
    background: linear-gradient(135deg, #52796F, #8EB69B);
    color: white;
    padding: 0.35rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    font-family: 'Courier New', monospace;
    box-shadow: 0 2px 8px rgba(82, 121, 111, 0.3);
}

/* Contact Row Styles */
.contact-row[b-9899cj035e] {
    background: #F0F9F4;
    padding: 1rem !important;
    border-radius: 8px;
    border: 2px solid #8EB69B;
}

.contact-actions[b-9899cj035e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.phone-number[b-9899cj035e] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    font-size: 1.1rem;
    color: #051F20;
    padding: 0.25rem 0.75rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #DAF1DE;
}

.btn-icon[b-9899cj035e] {
    padding: 0.5rem 0.75rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}

.btn-icon:hover[b-9899cj035e] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-icon:first-of-type[b-9899cj035e] {
    background: #E8F5E9;
    color: #2F3E46;
}

.btn-icon:first-of-type:hover[b-9899cj035e] {
    background: #DAF1DE;
}

.btn-call[b-9899cj035e] {
    background: linear-gradient(135deg, #52796F, #8EB69B);
    color: white;
}

.btn-call:hover[b-9899cj035e] {
    background: linear-gradient(135deg, #163832, #52796F);
}

.btn-whatsapp[b-9899cj035e] {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
}

.btn-whatsapp:hover[b-9899cj035e] {
    background: linear-gradient(135deg, #128C7E, #075E54);
}

/* Login Attempts Styles */
.login-attempts[b-9899cj035e] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.login-attempts .badge[b-9899cj035e] {
    width: fit-content;
}

.login-attempts small[b-9899cj035e] {
    font-size: 0.85rem;
}

/* Notes Row Styles */
.notes-row[b-9899cj035e] {
    background: #FFF9E6;
    padding: 1rem !important;
    border-radius: 8px;
    border-right: 4px solid #f57c00;
}

.notes-content[b-9899cj035e] {
    color: #2F3E46;
    background: white;
    padding: 0.75rem;
    border-radius: 6px;
    font-style: italic;
    line-height: 1.6;
    margin-top: 0.5rem;
    white-space: pre-wrap;
}

.text-success[b-9899cj035e] {
    color: #2e7d32 !important;
}

.text-muted[b-9899cj035e] {
    color: #8EB69B !important;
}

/* Edit Form in Pending Card */
.edit-form[b-9899cj035e] {
    background: #E8F5E9;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    border-right: 4px solid #52796F;
}

.edit-form h5[b-9899cj035e] {
    color: #051F20;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.form-group-inline[b-9899cj035e] {
    margin-bottom: 1rem;
}

.form-group-inline label[b-9899cj035e] {
    display: block;
    color: #2F3E46;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-group-inline .form-control[b-9899cj035e] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    border: 2px solid #DAF1DE;
    border-radius: 8px;
    background: white;
}

.form-group-inline .form-control:focus[b-9899cj035e] {
    outline: none;
    border-color: #52796F;
}

.edit-actions[b-9899cj035e] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

/* Pending Actions */
.pending-actions[b-9899cj035e] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.pending-actions .btn[b-9899cj035e] {
    flex: 1;
    min-width: fit-content;
}

/* Badge Styles */
.badge[b-9899cj035e] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.875rem;
}

.bg-warning[b-9899cj035e] {
    background: linear-gradient(135deg, #ffc107, #ffb300);
    color: #fff;
}

/* Responsive Design for Pending Shops */
@media (max-width: 768px) {
    .pending-shops-section[b-9899cj035e] {
        padding: 1rem;
    }

    .pending-card[b-9899cj035e] {
        padding: 1rem;
    }

    .pending-header[b-9899cj035e] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .detail-row[b-9899cj035e] {
        flex-direction: column;
        gap: 0.25rem;
        align-items: flex-start;
    }

    .detail-row strong[b-9899cj035e] {
        min-width: auto;
    }

    .detail-row span[b-9899cj035e] {
        text-align: right;
    }

    .pending-actions[b-9899cj035e] {
        flex-direction: column;
    }

    .pending-actions .btn[b-9899cj035e] {
        width: 100%;
    }
}


/* Action Buttons in Table */
.action-buttons[b-9899cj035e] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.action-buttons .btn[b-9899cj035e] {
    min-width: fit-content;
}

/* Assign Owner Modal */
.modal-backdrop[b-9899cj035e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 31, 32, 0.7);
    backdrop-filter: blur(4px);
    z-index: 1000;
    animation: fadeIn-b-9899cj035e 0.3s ease;
}

.modal-dialog[b-9899cj035e] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideDown-b-9899cj035e 0.3s ease;
}

@keyframes fadeIn-b-9899cj035e {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideDown-b-9899cj035e {
    from { 
        opacity: 0; 
        transform: translate(-50%, -60%);
    }
    to { 
        opacity: 1; 
        transform: translate(-50%, -50%);
    }
}

.modal-content[b-9899cj035e] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(5, 31, 32, 0.4);
    overflow: hidden;
}

.modal-header[b-9899cj035e] {
    background: linear-gradient(135deg, #E8F5E9 0%, #DAF1DE 100%);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #8EB69B;
}

.modal-header h3[b-9899cj035e] {
    color: #051F20;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.close-btn[b-9899cj035e] {
    background: transparent;
    border: none;
    color: #52796F;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.close-btn:hover[b-9899cj035e] {
    background: rgba(82, 121, 111, 0.1);
    color: #051F20;
    transform: rotate(90deg);
}

.modal-body[b-9899cj035e] {
    padding: 1.5rem;
}

.shop-info[b-9899cj035e] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    border-right: 4px solid #52796F;
}

.shop-info h4[b-9899cj035e] {
    color: #051F20;
    font-size: 1.2rem;
    margin: 0 0 0.5rem 0;
}

.shop-info .text-muted[b-9899cj035e] {
    color: #52796F;
    margin: 0;
}

.create-user-section[b-9899cj035e] {
    background: #E8F5E9;
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 1.5rem;
    border-right: 4px solid #52796F;
}

.create-user-section h5[b-9899cj035e] {
    color: #051F20;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.modal-footer[b-9899cj035e] {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    border-top: 2px solid #E8F5E9;
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-dialog[b-9899cj035e] {
        width: 95%;
        max-height: 95vh;
    }

    .modal-header[b-9899cj035e] {
        padding: 1rem;
    }

    .modal-header h3[b-9899cj035e] {
        font-size: 1.2rem;
    }

    .modal-body[b-9899cj035e] {
        padding: 1rem;
    }

    .modal-footer[b-9899cj035e] {
        flex-direction: column;
        padding: 1rem;
    }

    .modal-footer .btn[b-9899cj035e] {
        width: 100%;
    }

    .action-buttons[b-9899cj035e] {
        flex-direction: column;
    }

    .action-buttons .btn[b-9899cj035e] {
        width: 100%;
    }

    .shop-info[b-9899cj035e] {
        padding: 0.75rem;
    }

    .create-user-section[b-9899cj035e] {
        padding: 1rem;
    }
}

/* Badge enhancements */
.badge[b-9899cj035e] {
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
}

.bg-success[b-9899cj035e] {
    background: linear-gradient(135deg, #2e7d32, #43a047) !important;
}

.bg-warning[b-9899cj035e] {
    background: linear-gradient(135deg, #f57f17, #fbc02d) !important;
}

.bg-info[b-9899cj035e] {
    background: linear-gradient(135deg, #0288d1, #03a9f4) !important;
}

/* Alert enhancements */
.alert-info[b-9899cj035e] {
    background: #e3f2fd;
    border-right: 4px solid #2196f3;
    color: #01579b;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.alert-warning[b-9899cj035e] {
    background: #fff3e0;
    border-right: 4px solid #ff9800;
    color: #e65100;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* تنسيقات الهاتف المضغوطة للجدول */
.phone-actions-compact[b-9899cj035e] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
}

.phone-number-compact[b-9899cj035e] {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color: #235347;
    font-size: 0.9rem;
    direction: ltr;
}

.phone-buttons-compact[b-9899cj035e] {
    display: flex;
    gap: 0.25rem;
}

.btn-icon[b-9899cj035e] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0.2rem;
    transition: transform 0.2s;
    text-decoration: none;
}

.btn-icon:hover[b-9899cj035e] {
    transform: scale(1.2);
}

/* معلومات المالك المضغوطة */
.owner-info-compact[b-9899cj035e] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 150px;
}

.owner-username[b-9899cj035e] {
    font-size: 0.9rem;
    color: #051F20;
}

.owner-status[b-9899cj035e] {
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.owner-status .badge[b-9899cj035e] {
    font-size: 0.75rem;
    padding: 0.2rem 0.4rem;
}

.time-small[b-9899cj035e] {
    font-size: 0.75rem;
    color: #52796F;
}

/* أزرار الإجراءات العمودية */
.action-buttons-vertical[b-9899cj035e] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 90px;
}

.action-buttons-vertical .btn[b-9899cj035e] {
    width: 100%;
    font-size: 0.85rem;
    padding: 0.3rem 0.5rem;
}

.category-badge[b-9899cj035e] {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    background: #E8F5E9;
    color: #235347;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Modal واسع */
.modal-lg[b-9899cj035e] {
    max-width: 900px;
}

/* شبكة التفاصيل */
.shop-details-grid[b-9899cj035e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.detail-section[b-9899cj035e] {
    background: #F8F9FA;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #DAF1DE;
}

.detail-section.full-width[b-9899cj035e] {
    grid-column: 1 / -1;
}

.detail-section h5[b-9899cj035e] {
    color: #051F20;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #8EB69B;
}

.detail-row[b-9899cj035e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #E8F5E9;
}

.detail-row:last-child[b-9899cj035e] {
    border-bottom: none;
}

.detail-row strong[b-9899cj035e] {
    color: #235347;
    font-weight: 600;
    margin-left: 1rem;
}

.detail-row span[b-9899cj035e], .detail-row code[b-9899cj035e] {
    color: #051F20;
    text-align: left;
}

.detail-row code[b-9899cj035e] {
    background: #E8F5E9;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
}

/* صورة تفاصيل المحل */
.shop-detail-image[b-9899cj035e] {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* إجراءات الهاتف الكبيرة */
.phone-actions[b-9899cj035e] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.phone-number-large[b-9899cj035e] {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 1.3rem;
    color: #235347;
    direction: ltr;
    letter-spacing: 1px;
}

.phone-buttons[b-9899cj035e] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.phone-buttons .btn[b-9899cj035e] {
    flex: 1;
    min-width: 100px;
}

/* ملاحظات الإدارة */
.admin-notes-display[b-9899cj035e] {
    background: #FFF;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #DAF1DE;
    color: #051F20;
    line-height: 1.6;
    white-space: pre-wrap;
    min-height: 60px;
}

/* تحسين Modal Footer */
.modal-footer[b-9899cj035e] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
    border-top: 1px solid #DAF1DE;
    background: #F8F9FA;
}

.modal-footer .btn[b-9899cj035e] {
    min-width: 120px;
}

/* Responsive للجدول */
@media (max-width: 1200px) {
    .shops-table[b-9899cj035e] {
        overflow-x: auto;
    }
    
    .shops-table table[b-9899cj035e] {
        min-width: 1200px;
    }
}

@media (max-width: 768px) {
    .shop-details-grid[b-9899cj035e] {
        grid-template-columns: 1fr;
    }
    
    .modal-lg[b-9899cj035e] {
        max-width: 95%;
    }
    
    .phone-buttons[b-9899cj035e] {
        flex-direction: column;
    }
    
    .phone-buttons .btn[b-9899cj035e] {
        width: 100%;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-wwtgytcbmk] {
    direction: rtl;
    text-align: right;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Tablet & Desktop: Better padding */
@media (min-width: 768px) {
    .home-container[b-wwtgytcbmk] {
        padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .home-container[b-wwtgytcbmk] {
        padding: 3rem 2rem;
    }
}

/* Hero Section */
.hero-section[b-wwtgytcbmk] {
    background: linear-gradient(135deg, var(--olive-700) 0%, var(--olive-600) 100%);
    color: var(--cream-50);
    padding: 60px 30px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(40, 54, 24, 0.35);
}

.hero-content[b-wwtgytcbmk] {
    text-align: center;
}

/* Hero Logo الشعار */
.hero-logo[b-wwtgytcbmk] {
    margin-bottom: 2rem;
    animation: logoFadeIn-b-wwtgytcbmk 1s ease-out;
}

.logo-main[b-wwtgytcbmk] {
    max-width: 450px;
    width: 90%;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s ease;
}

.logo-main:hover[b-wwtgytcbmk] {
    transform: scale(1.05);
}

@keyframes logoFadeIn-b-wwtgytcbmk {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Logo */
@media (max-width: 768px) {
    .logo-main[b-wwtgytcbmk] {
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .logo-main[b-wwtgytcbmk] {
        max-width: 250px;
    }
}

/* Hero Primary CTA Button */
.btn-hero-primary[b-wwtgytcbmk] {
    background: linear-gradient(135deg, var(--olive-500) 0%, var(--copper-500) 100%);
    color: var(--cream-50);
    border: none;
    padding: 1.25rem 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(96, 108, 56, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.btn-hero-primary[b-wwtgytcbmk]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--copper-500) 0%, var(--olive-500) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-hero-primary:hover[b-wwtgytcbmk]::before {
    opacity: 1;
}

.btn-hero-primary:hover[b-wwtgytcbmk] {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 32px rgba(96, 108, 56, 0.45);
}

.btn-hero-primary:active[b-wwtgytcbmk] {
    transform: translateY(-2px) scale(1);
}

.btn-hero-primary .btn-icon[b-wwtgytcbmk] {
    font-size: 1.6rem;
    position: relative;
    z-index: 1;
}

.btn-hero-primary .btn-text[b-wwtgytcbmk] {
    position: relative;
    z-index: 1;
}

.btn-hero-primary .btn-badge[b-wwtgytcbmk] {
    background: var(--cream-50);
    color: var(--olive-700);
    padding: 0.25rem 0.75rem;
    border-radius: var(--radius-full);
    font-size: 0.875rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .btn-hero-primary[b-wwtgytcbmk] {
        padding: 1rem 2rem;
        font-size: 1.2rem;
        width: 100%;
        justify-content: center;
    }
    
    .btn-hero-primary .btn-icon[b-wwtgytcbmk] {
        font-size: 1.4rem;
    }
}

.hero-title[b-wwtgytcbmk] {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-wwtgytcbmk] {
    font-size: 1.3em;
    margin-bottom: 30px;
    opacity: 0.95;
}

.hero-buttons[b-wwtgytcbmk] {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-buttons .btn[b-wwtgytcbmk] {
    padding: 12px 30px;
    font-size: 1.1em;
    border-radius: 10px;
    transition: transform 0.2s;
}

.hero-buttons .btn:hover[b-wwtgytcbmk] {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Quick Stats */
.quick-stats[b-wwtgytcbmk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

/* Tablet: 2 columns */
@media (min-width: 768px) and (max-width: 1023px) {
    .quick-stats[b-wwtgytcbmk] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Desktop: 3-4 columns based on content */
@media (min-width: 1024px) {
    .quick-stats[b-wwtgytcbmk] {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
}

.stat-box[b-wwtgytcbmk] {
    background: var(--cream-100);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(40, 54, 24, 0.12);
    transition: transform 0.3s;
    border: 2px solid var(--olive-500);
}

.stat-box:hover[b-wwtgytcbmk] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(40, 54, 24, 0.2);
}

.stat-box.open[b-wwtgytcbmk] {
    border-color: var(--olive-500);
    background: linear-gradient(135deg, var(--cream-50) 0%, var(--cream-100) 100%);
}

.stat-icon[b-wwtgytcbmk] {
    font-size: 3em;
    margin-bottom: 10px;
}

.stat-number[b-wwtgytcbmk] {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--olive-700);
    margin-bottom: 5px;
}

.stat-label[b-wwtgytcbmk] {
    color: var(--olive-600);
    font-size: 1.1em;
}

/* Mini Map Section */
.mini-map-section[b-wwtgytcbmk] {
    margin-bottom: 50px;
}

.mini-map-section h2[b-wwtgytcbmk] {
    text-align: center;
    color: #051F20;
    font-size: 2em;
    margin-bottom: 10px;
}

.section-subtitle[b-wwtgytcbmk] {
    text-align: center;
    color: #163832;
    margin-bottom: 25px;
}

.mini-map-wrapper[b-wwtgytcbmk] {
    position: relative;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(22, 56, 50, 0.15);
    cursor: pointer;
    transition: transform 0.3s;
}

.mini-map-wrapper:hover[b-wwtgytcbmk] {
    transform: scale(1.02);
}

.mini-map[b-wwtgytcbmk] {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.map-overlay[b-wwtgytcbmk] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.3s;
    pointer-events: none;
}

.mini-map-wrapper:hover .map-overlay[b-wwtgytcbmk] {
    background: rgba(0, 0, 0, 0.1);
}

.overlay-text[b-wwtgytcbmk] {
    background: rgba(142, 182, 155, 0.95);
    color: #051F20;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 15px rgba(22, 56, 50, 0.3);
}

.mini-map-wrapper:hover .overlay-text[b-wwtgytcbmk] {
    opacity: 1;
}

.loading-map[b-wwtgytcbmk] {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 15px;
    border: 2px dashed #dee2e6;
}

.loading-map p[b-wwtgytcbmk] {
    margin-top: 15px;
    color: #6c757d;
    font-size: 1.1em;
}

/* Features Section */
.features-section[b-wwtgytcbmk] {
    margin-bottom: 50px;
}

.features-section h2[b-wwtgytcbmk] {
    text-align: center;
    color: #051F20;
    font-size: 2em;
    margin-bottom: 40px;
}

.features-grid[b-wwtgytcbmk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.feature-card[b-wwtgytcbmk] {
    background: #E8F5E9;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(22, 56, 50, 0.12);
    transition: all 0.3s;
    border: 2px solid #8EB69B;
}

.feature-card:hover[b-wwtgytcbmk] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(22, 56, 50, 0.2);
    border-color: #8EB69B;
}

.feature-icon[b-wwtgytcbmk] {
    font-size: 3.5em;
    margin-bottom: 15px;
}

.feature-card h3[b-wwtgytcbmk] {
    color: #051F20;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.feature-card p[b-wwtgytcbmk] {
    color: #163832;
    line-height: 1.6;
    font-size: 1em;
}

/* Responsive Design */
@media (max-width: 767px) {
    .hero-title[b-wwtgytcbmk] {
        font-size: 2em;
    }

    .hero-subtitle[b-wwtgytcbmk] {
        font-size: 1.1em;
    }

    .hero-buttons[b-wwtgytcbmk] {
        flex-direction: column;
    }

    .hero-buttons .btn[b-wwtgytcbmk] {
        width: 100%;
    }

    .quick-stats[b-wwtgytcbmk] {
        grid-template-columns: 1fr;
    }

    .mini-map-wrapper[b-wwtgytcbmk] {
        height: 300px;
    }

    .features-grid[b-wwtgytcbmk] {
        grid-template-columns: 1fr;
    }
}

/* Tablet Optimizations */
@media (min-width: 768px) and (max-width: 1023px) {
    .hero-title[b-wwtgytcbmk] {
        font-size: 2.5em;
    }
    
    .hero-subtitle[b-wwtgytcbmk] {
        font-size: 1.2em;
    }
    
    .mini-map-wrapper[b-wwtgytcbmk] {
        height: 450px;
    }
    
    .features-grid[b-wwtgytcbmk] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop Optimizations */
@media (min-width: 1024px) {
    .hero-section[b-wwtgytcbmk] {
        padding: 80px 50px;
        margin-bottom: 60px;
    }
    
    .hero-title[b-wwtgytcbmk] {
        font-size: 3.5em;
    }
    
    .mini-map-wrapper[b-wwtgytcbmk] {
        height: 500px;
    }
    
    .features-grid[b-wwtgytcbmk] {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

/* Animations */
@keyframes fadeInUp-b-wwtgytcbmk {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-section[b-wwtgytcbmk],
.quick-stats[b-wwtgytcbmk],
.mini-map-section[b-wwtgytcbmk],
.features-section[b-wwtgytcbmk] {
    animation: fadeInUp-b-wwtgytcbmk 0.6s ease-out;
}

.quick-stats[b-wwtgytcbmk] {
    animation-delay: 0.1s;
}

.mini-map-section[b-wwtgytcbmk] {
    animation-delay: 0.2s;
}

.features-section[b-wwtgytcbmk] {
    animation-delay: 0.3s;
}


/* Register CTA Section */
.register-cta[b-wwtgytcbmk] {
    margin: 3rem 0;
    padding: 0 1rem;
}

.register-card[b-wwtgytcbmk] {
    background: linear-gradient(135deg, #E8F5E9 0%, #DAF1DE 100%);
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(82, 121, 111, 0.2);
    border: 3px solid #8EB69B;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.register-card:hover[b-wwtgytcbmk] {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(82, 121, 111, 0.3);
}

.register-icon[b-wwtgytcbmk] {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: bounce-b-wwtgytcbmk 2s infinite;
}

@keyframes bounce-b-wwtgytcbmk {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.register-card h2[b-wwtgytcbmk] {
    color: #051F20;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.register-card p[b-wwtgytcbmk] {
    color: #2F3E46;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.btn-register[b-wwtgytcbmk] {
    background: linear-gradient(135deg, #52796F, #8EB69B);
    color: white;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(82, 121, 111, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-register:hover[b-wwtgytcbmk] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(82, 121, 111, 0.5);
}

.btn-register:active[b-wwtgytcbmk] {
    transform: translateY(0);
}

/* Responsive for Register CTA */
@media (max-width: 768px) {
    .register-card[b-wwtgytcbmk] {
        padding: 2rem 1.5rem;
    }

    .register-icon[b-wwtgytcbmk] {
        font-size: 3rem;
    }

    .register-card h2[b-wwtgytcbmk] {
        font-size: 1.5rem;
    }

    .register-card p[b-wwtgytcbmk] {
        font-size: 1rem;
    }

    .btn-register[b-wwtgytcbmk] {
        padding: 0.875rem 2rem;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }
}

/* ============================================================================
   MINI MAP MARKER STYLES
   تصميم علامات الخريطة المصغرة
   ============================================================================ */

/* Mini Map Tooltip */
[b-wwtgytcbmk] .mini-map-tooltip {
    background: rgba(5, 31, 32, 0.9) !important;
    border: 2px solid #8EB69B !important;
    border-radius: 0.5rem !important;
    padding: 0.375rem 0.75rem !important;
    font-family: 'Tajawal', sans-serif !important;
    font-size: 0.85rem !important;
    color: #DAF1DE !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}

[b-wwtgytcbmk] .mini-map-tooltip::before {
    border-top-color: #8EB69B !important;
}

/* Mini Marker Hover Effect */
[b-wwtgytcbmk] .custom-marker-mini:hover .mini-marker-pin {
    transform: rotate(-45deg) scale(1.15) !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.35) !important;
}

[b-wwtgytcbmk] .custom-marker-mini {
    cursor: pointer;
    transition: all 0.3s ease;
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-0df25l4ozm] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--olive-700) 0%, var(--olive-600) 100%);
    padding: 2rem;
}

.login-card[b-0df25l4ozm] {
    background: var(--cream-50);
    border-radius: 20px;
    padding: 3rem;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(40, 54, 24, 0.35);
    direction: rtl;
    border: 2px solid var(--olive-500);
}

/* Logo في صفحة Login */
.login-logo[b-0df25l4ozm] {
    text-align: center;
    margin-bottom: 2rem;
}

.logo-login[b-0df25l4ozm] {
    max-width: 120px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(40, 54, 24, 0.2));
    animation: logoFloat-b-0df25l4ozm 3s ease-in-out infinite;
}

@keyframes logoFloat-b-0df25l4ozm {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.login-header[b-0df25l4ozm] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h2[b-0df25l4ozm] {
    color: var(--olive-700);
    margin-bottom: 0.5rem;
    font-weight: 800;
}

.login-header p[b-0df25l4ozm] {
    color: var(--olive-600);
    font-size: 0.95rem;
}

.form-group[b-0df25l4ozm] {
    margin-bottom: 1.5rem;
}

.form-group label[b-0df25l4ozm] {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--olive-700);
    font-weight: 700;
}

.form-control[b-0df25l4ozm] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid var(--cream-100);
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s;
    color: var(--olive-700);
    background: white;
}

.form-control:focus[b-0df25l4ozm] {
    outline: none;
    border-color: var(--olive-500);
    box-shadow: 0 0 0 3px rgba(96, 108, 56, 0.2);
}

.btn-block[b-0df25l4ozm] {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 1rem;
}

/* Login Divider */
.login-divider[b-0df25l4ozm] {
    margin: 2rem 0 1.5rem 0;
    text-align: center;
    position: relative;
}

.login-divider[b-0df25l4ozm]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--neutral-200);
}

.login-divider span[b-0df25l4ozm] {
    background: var(--cream-50);
    padding: 0 1rem;
    color: var(--olive-600);
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 0.95rem;
}

/* Register CTA Button */
.register-cta[b-0df25l4ozm] {
    margin-top: 0;
}

.btn-hero-register[b-0df25l4ozm] {
    width: 100%;
    background: linear-gradient(135deg, var(--olive-500) 0%, var(--copper-500) 100%);
    color: var(--cream-50);
    border: none;
    padding: 1.25rem 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(96, 108, 56, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
}

.btn-hero-register[b-0df25l4ozm]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--copper-500) 0%, var(--olive-500) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-hero-register:hover[b-0df25l4ozm]::before {
    opacity: 1;
}

.btn-hero-register:hover[b-0df25l4ozm] {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 28px rgba(96, 108, 56, 0.45);
}

.btn-hero-register:active[b-0df25l4ozm] {
    transform: translateY(-1px) scale(1);
}

.btn-hero-register .btn-icon[b-0df25l4ozm] {
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
}

.btn-hero-register .btn-text[b-0df25l4ozm] {
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
}

.btn-hero-register .btn-badge[b-0df25l4ozm] {
    background: var(--cream-50);
    color: var(--olive-700);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

@media (max-width: 576px) {
    .login-card[b-0df25l4ozm] {
        padding: 2rem 1.5rem;
    }
    
    .btn-hero-register[b-0df25l4ozm] {
        padding: 1rem 1.5rem;
        font-size: 1.1rem;
    }
    
    .btn-hero-register .btn-text[b-0df25l4ozm] {
        font-size: 1.1rem;
    }
    
    .btn-hero-register .btn-icon[b-0df25l4ozm] {
        font-size: 1.3rem;
    }
}
/* /Pages/Map.razor.rz.scp.css */
/* ============================================================================
   MAP PAGE - Fullscreen Map with Floating Stats
   تصميم حديث: خريطة ملء الشاشة + بطاقات عائمة
   ============================================================================ */

/* ===== Fullscreen Map ===== */
.fullscreen-map[b-eyrw2cxd3e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

/* ===== Loading & Error Overlays ===== */
.map-loading-overlay[b-eyrw2cxd3e],
.map-error-overlay[b-eyrw2cxd3e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, var(--olive-700) 0%, var(--olive-600) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-spinner-map[b-eyrw2cxd3e] {
    text-align: center;
    color: var(--cream-50);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.spinner-ring[b-eyrw2cxd3e] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.spinner-ring div[b-eyrw2cxd3e] {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 6px solid var(--cream-50);
    border-radius: 50%;
    animation: spinner-ring-b-eyrw2cxd3e 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--cream-50) transparent transparent transparent;
}

.spinner-ring div:nth-child(1)[b-eyrw2cxd3e] {
    animation-delay: -0.45s;
}

.spinner-ring div:nth-child(2)[b-eyrw2cxd3e] {
    animation-delay: -0.3s;
}

.spinner-ring div:nth-child(3)[b-eyrw2cxd3e] {
    animation-delay: -0.15s;
}

@keyframes spinner-ring-b-eyrw2cxd3e {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-text[b-eyrw2cxd3e] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: var(--cream-50);
}

.loading-subtext[b-eyrw2cxd3e] {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color: var(--cream-100);
    opacity: 0.9;
}

.loading-spinner p[b-eyrw2cxd3e] {
    font-size: 1.1rem;
    font-weight: 600;
}

.map-error-overlay .alert[b-eyrw2cxd3e] {
    max-width: 500px;
    margin: 2rem;
}

/* ===== Floating Stats Container ===== */
.floating-stats-container[b-eyrw2cxd3e] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999 !important;
    padding: 1rem;
    pointer-events: none;
    direction: rtl;
    max-height: 50vh;
    overflow-y: auto;
}

.floating-stats-container > *[b-eyrw2cxd3e] {
    pointer-events: auto;
}

/* ===== Floating Header ===== */
.floating-header[b-eyrw2cxd3e] {
    background: rgba(254, 250, 224, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid var(--olive-500);
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 8px 32px rgba(40, 54, 24, 0.2);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.floating-header:hover[b-eyrw2cxd3e] {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(40, 54, 24, 0.3);
}

.floating-header h2[b-eyrw2cxd3e] {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--olive-700);
    margin: 0 0 0.25rem 0;
    line-height: 1.2;
}

.floating-header p[b-eyrw2cxd3e] {
    font-size: 0.9rem;
    color: var(--olive-600);
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.collapse-btn[b-eyrw2cxd3e] {
    background: var(--olive-600);
    color: var(--cream-50);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Tajawal', sans-serif;
}

.collapse-btn:hover[b-eyrw2cxd3e] {
    background: var(--olive-700);
    transform: scale(1.05);
}

/* Collapsed State */
.floating-stats-container.collapsed .floating-stats[b-eyrw2cxd3e],
.floating-stats-container.collapsed .floating-warning[b-eyrw2cxd3e] {
    display: none;
}

/* ===== Floating Stats Grid ===== */
.floating-stats[b-eyrw2cxd3e] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

/* Tablet: 4 columns */
@media (min-width: 768px) {
    .floating-stats[b-eyrw2cxd3e] {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .floating-header[b-eyrw2cxd3e] {
        padding: 1.25rem 2rem;
    }
    
    .floating-header h2[b-eyrw2cxd3e] {
        font-size: 1.75rem;
    }
    
    .floating-header p[b-eyrw2cxd3e] {
        font-size: 1rem;
    }
}

/* Desktop: Better spacing */
@media (min-width: 1024px) {
    .floating-stats-container[b-eyrw2cxd3e] {
        padding: 1.5rem 2rem;
        max-width: 1400px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .floating-stats[b-eyrw2cxd3e] {
        gap: 1.25rem;
    }
}

/* ===== Stat Card Floating ===== */
.stat-card-floating[b-eyrw2cxd3e] {
    background: rgba(254, 250, 224, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid var(--olive-500);
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 8px 32px rgba(40, 54, 24, 0.2);
    transition: all 0.3s ease;
}

.stat-card-floating:hover[b-eyrw2cxd3e] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(40, 54, 24, 0.3);
    border-color: var(--olive-700);
}

/* Stat Card Colors */
.stat-card-floating.on-map[b-eyrw2cxd3e] {
    background: linear-gradient(135deg, rgba(254, 250, 224, 0.95), rgba(221, 161, 94, 0.95));
    border-color: var(--copper-400);
}

.stat-card-floating.open[b-eyrw2cxd3e] {
    background: linear-gradient(135deg, rgba(96, 108, 56, 0.95), rgba(74, 84, 40, 0.95));
    border-color: var(--olive-700);
    color: white;
}

.stat-card-floating.closed[b-eyrw2cxd3e] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.95), rgba(220, 38, 38, 0.95));
    border-color: #dc2626;
    color: white;
}

.stat-card-floating.fuel[b-eyrw2cxd3e] {
    background: linear-gradient(135deg, rgba(188, 108, 37, 0.95), rgba(160, 90, 31, 0.95));
    border-color: var(--copper-600);
    color: var(--cream-50);
}

/* Stat Icon */
.stat-card-floating .stat-icon[b-eyrw2cxd3e] {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
}

/* Stat Content */
.stat-card-floating .stat-content[b-eyrw2cxd3e] {
    flex: 1;
    min-width: 0;
}

.stat-card-floating .stat-value[b-eyrw2cxd3e] {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-card-floating .stat-label[b-eyrw2cxd3e] {
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0.9;
    line-height: 1.2;
}

/* Open/Closed - White text */
.stat-card-floating.open .stat-value[b-eyrw2cxd3e],
.stat-card-floating.open .stat-label[b-eyrw2cxd3e],
.stat-card-floating.closed .stat-value[b-eyrw2cxd3e],
.stat-card-floating.closed .stat-label[b-eyrw2cxd3e] {
    color: white;
}

/* ===== Floating Warning ===== */
.floating-warning[b-eyrw2cxd3e] {
    background: rgba(255, 243, 205, 0.95);
    backdrop-filter: blur(20px);
    border: 2px solid var(--copper-500);
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 8px 32px rgba(188, 108, 37, 0.3);
}

.warning-icon[b-eyrw2cxd3e] {
    font-size: 2rem;
    flex-shrink: 0;
}

.warning-content h4[b-eyrw2cxd3e] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--olive-700);
    margin: 0 0 0.25rem 0;
}

.warning-content p[b-eyrw2cxd3e] {
    font-size: 0.875rem;
    color: var(--olive-600);
    margin: 0;
    font-weight: 600;
}

/* ===== Mobile Optimizations ===== */
@media (max-width: 767px) {
    .floating-stats-container[b-eyrw2cxd3e] {
        padding: 0.75rem;
        max-height: 45vh;
    }
    
    .floating-header[b-eyrw2cxd3e] {
        padding: 0.75rem 1rem;
        border-radius: 0.75rem;
    }
    
    .floating-header h2[b-eyrw2cxd3e] {
        font-size: 1.125rem;
    }
    
    .floating-header p[b-eyrw2cxd3e] {
        font-size: 0.8rem;
    }
    
    .floating-stats[b-eyrw2cxd3e] {
        gap: 0.5rem;
    }
    
    .stat-card-floating[b-eyrw2cxd3e] {
        padding: 0.75rem;
        gap: 0.5rem;
        border-radius: 0.75rem;
    }
    
    .stat-card-floating .stat-icon[b-eyrw2cxd3e] {
        font-size: 1.5rem;
    }
    
    .stat-card-floating .stat-value[b-eyrw2cxd3e] {
        font-size: 1.5rem;
    }
    
    .stat-card-floating .stat-label[b-eyrw2cxd3e] {
        font-size: 0.7rem;
    }
    
    .floating-warning[b-eyrw2cxd3e] {
        padding: 0.75rem 1rem;
        gap: 0.75rem;
        border-radius: 0.75rem;
    }
    
    .warning-icon[b-eyrw2cxd3e] {
        font-size: 1.5rem;
    }
    
    .warning-content h4[b-eyrw2cxd3e] {
        font-size: 0.875rem;
    }
    
    .warning-content p[b-eyrw2cxd3e] {
        font-size: 0.75rem;
    }
}

/* ===== Leaflet Popup Customization ===== */
[b-eyrw2cxd3e] .leaflet-popup-content-wrapper {
    background: var(--cream-50);
    border: 2px solid var(--olive-500);
    border-radius: 1rem;
    box-shadow: 0 8px 32px rgba(40, 54, 24, 0.3);
}

[b-eyrw2cxd3e] .leaflet-popup-content {
    margin: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
    text-align: right;
    color: var(--olive-700);
}

[b-eyrw2cxd3e] .leaflet-popup-tip {
    background: var(--cream-50);
    border: 2px solid var(--olive-500);
    box-shadow: 0 2px 8px rgba(40, 54, 24, 0.2);
}

[b-eyrw2cxd3e] .leaflet-popup-close-button {
    color: var(--olive-700) !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    width: 30px !important;
    height: 30px !important;
}

[b-eyrw2cxd3e] .leaflet-popup-close-button:hover {
    color: #ef4444 !important;
}

/* ===== Animation ===== */
@keyframes fadeInDown-b-eyrw2cxd3e {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.floating-stats-container[b-eyrw2cxd3e] {
    animation: fadeInDown-b-eyrw2cxd3e 0.5s ease;
}

/* ===== Reduced Motion ===== */
@media (prefers-reduced-motion: reduce) {
    .stat-card-floating[b-eyrw2cxd3e],
    .floating-stats-container[b-eyrw2cxd3e] {
        animation: none;
        transition: none;
    }
    
    .stat-card-floating:hover[b-eyrw2cxd3e] {
        transform: none;
    }
}

/* ============================================================================
   MARKER ANIMATIONS & STYLES
   تصميم علامات الخريطة مع animations
   ============================================================================ */

/* ===== Marker Pulse Ring Animation (for open shops) ===== */
@keyframes markerPulseRing-b-eyrw2cxd3e {
    0% {
        opacity: 0.6;
        transform: rotate(-45deg) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: rotate(-45deg) scale(1.3);
    }
    100% {
        opacity: 0;
        transform: rotate(-45deg) scale(1.6);
    }
}

/* ===== Custom Marker Hover Effect ===== */
[b-eyrw2cxd3e] .custom-marker-clean {
    cursor: pointer;
    transition: all 0.3s ease;
}

[b-eyrw2cxd3e] .custom-marker-clean:hover .pin-shape {
    transform: rotate(-45deg) scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35) !important;
}

/* ===== Enhanced Tooltip Styles ===== */
[b-eyrw2cxd3e] .custom-tooltip-enhanced {
    background: rgba(40, 54, 24, 0.95) !important;
    border: 2px solid var(--olive-500) !important;
    border-radius: 0.75rem !important;
    padding: 0.5rem 1rem !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    font-family: 'Tajawal', sans-serif !important;
    font-size: 0.9rem !important;
    color: var(--cream-50) !important;
    font-weight: 600 !important;
}

[b-eyrw2cxd3e] .custom-tooltip-enhanced::before {
    border-top-color: var(--olive-500) !important;
}

/* ===== Modern Popup Styles ===== */
[b-eyrw2cxd3e] .modern-popup {
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
}

[b-eyrw2cxd3e] .modern-popup .popup-header {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 0.75rem 0.75rem 0 0;
    margin: -1rem -1rem 1rem -1rem;
}

[b-eyrw2cxd3e] .modern-popup .popup-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[b-eyrw2cxd3e] .modern-popup .popup-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--olive-500), var(--olive-600));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

[b-eyrw2cxd3e] .modern-popup .popup-status {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

[b-eyrw2cxd3e] .modern-popup .popup-status.open {
    background: rgba(16, 185, 129, 0.95);
    color: white;
}

[b-eyrw2cxd3e] .modern-popup .popup-status.closed {
    background: rgba(239, 68, 68, 0.95);
    color: white;
}

[b-eyrw2cxd3e] .modern-popup .popup-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--olive-700);
    margin-bottom: 0.75rem;
}

[b-eyrw2cxd3e] .modern-popup .popup-category {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--olive-600);
    margin-bottom: 0.5rem;
    padding: 0.375rem 0.75rem;
    background: rgba(96, 108, 56, 0.2);
    border-radius: 0.5rem;
    width: fit-content;
}

[b-eyrw2cxd3e] .modern-popup .popup-address {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--olive-600);
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

[b-eyrw2cxd3e] .modern-popup .icon-inline {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--olive-600);
}

[b-eyrw2cxd3e] .modern-popup .fuel-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

[b-eyrw2cxd3e] .modern-popup .fuel-indicator.available {
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
    border: 2px solid #10b981;
}

[b-eyrw2cxd3e] .modern-popup .fuel-indicator.unavailable {
    background: rgba(245, 158, 11, 0.15);
    color: #d97706;
    border: 2px solid #f59e0b;
}

[b-eyrw2cxd3e] .modern-popup .popup-updated {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 600;
}

[b-eyrw2cxd3e] .modern-popup .popup-footer {
    margin: 1rem -1rem -1rem -1rem;
    padding: 1rem;
    background: rgba(96, 108, 56, 0.1);
    border-top: 2px solid var(--olive-500);
    display: flex;
    gap: 0.5rem;
}

[b-eyrw2cxd3e] .modern-popup .popup-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Tajawal', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

[b-eyrw2cxd3e] .modern-popup .popup-btn.primary {
    background: linear-gradient(135deg, var(--olive-600), var(--olive-700));
    color: var(--cream-50);
    box-shadow: 0 2px 8px rgba(96, 108, 56, 0.3);
}

[b-eyrw2cxd3e] .modern-popup .popup-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(96, 108, 56, 0.4);
}

[b-eyrw2cxd3e] .modern-popup .popup-btn.full-width {
    width: 100%;
}

[b-eyrw2cxd3e] .modern-popup .icon-sm {
    width: 18px;
    height: 18px;
}

/* ===== Popup Animation ===== */
@keyframes popupSlideIn-b-eyrw2cxd3e {
    from {
        opacity: 0;
        transform: translateY(-15px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

[b-eyrw2cxd3e] .modern-leaflet-popup .leaflet-popup-content-wrapper {
    animation: popupSlideIn-b-eyrw2cxd3e 0.3s ease-out;
}
/* /Pages/Profile.razor.rz.scp.css */
.profile-page[b-inuyhmom2h] {
    min-height: 100vh;
    background: var(--color-background);
}

.profile-header[b-inuyhmom2h] {
    position: relative;
    margin-bottom: var(--spacing-xl);
}

.profile-cover[b-inuyhmom2h] {
    height: 180px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #1a2f4a 100%);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.profile-info[b-inuyhmom2h] {
    position: relative;
    text-align: center;
    margin-top: -60px;
    padding: 0 var(--spacing-md);
}

.profile-avatar[b-inuyhmom2h] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-accent) 0%, #fb923c 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
    color: white;
    border: 6px solid var(--color-background);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.profile-name[b-inuyhmom2h] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color-text);
    margin: var(--spacing-md) 0 var(--spacing-xs) 0;
}

.profile-bio[b-inuyhmom2h] {
    font-size: 1rem;
    color: var(--color-text-secondary);
    margin: 0;
}

.profile-stats[b-inuyhmom2h] {
    display: flex;
    justify-content: space-around;
    padding: var(--spacing-lg);
    background: var(--color-card);
    border-radius: var(--border-radius);
    margin: 0 var(--spacing-md) var(--spacing-lg);
    box-shadow: var(--shadow-soft);
}

.stat-item[b-inuyhmom2h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.stat-value[b-inuyhmom2h] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-accent);
}

.stat-label[b-inuyhmom2h] {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

.profile-content[b-inuyhmom2h] {
    padding: 0 var(--spacing-md);
    text-align: center;
    margin-top: var(--spacing-xl);
}

.profile-content h3[b-inuyhmom2h] {
    color: var(--color-text);
    margin-bottom: var(--spacing-sm);
}

.profile-content p[b-inuyhmom2h] {
    color: var(--color-text-secondary);
}
/* /Pages/RegisterShop.razor.rz.scp.css */
.register-shop-container[b-skl0lmjkmo] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
    animation: fadeIn-b-skl0lmjkmo 0.5s ease;
}

@keyframes fadeIn-b-skl0lmjkmo {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.register-header[b-skl0lmjkmo] {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, #E8F5E9 0%, #DAF1DE 100%);
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(5, 31, 32, 0.1);
}

.register-header h1[b-skl0lmjkmo] {
    color: #051F20;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.register-header .subtitle[b-skl0lmjkmo] {
    color: #52796F;
    font-size: 1.1rem;
    margin: 0;
}

/* Success Message */
.success-message[b-skl0lmjkmo] {
    text-align: center;
    padding: 3rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(5, 31, 32, 0.1);
    animation: scaleIn-b-skl0lmjkmo 0.5s ease;
}

@keyframes scaleIn-b-skl0lmjkmo {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.success-icon[b-skl0lmjkmo] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #52796F, #8EB69B);
    color: white;
    font-size: 3rem;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 16px rgba(82, 121, 111, 0.3);
}

.success-message h2[b-skl0lmjkmo] {
    color: #051F20;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.success-message p[b-skl0lmjkmo] {
    color: #52796F;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.success-message p strong[b-skl0lmjkmo] {
    color: #051F20;
    font-weight: 600;
}

.account-info-box[b-skl0lmjkmo] {
    background: #E8F5E9;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem auto;
    max-width: 500px;
    text-align: right;
    border-right: 4px solid #52796F;
}

.account-info-box h4[b-skl0lmjkmo] {
    color: #051F20;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.account-info-box p[b-skl0lmjkmo] {
    color: #2F3E46;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-info-box code[b-skl0lmjkmo] {
    background: white;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    color: #051F20;
    font-weight: 600;
    border: 1px solid #DAF1DE;
}

.account-info-box .note[b-skl0lmjkmo] {
    font-size: 0.9rem;
    color: #52796F;
    font-style: italic;
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #DAF1DE;
}

.success-actions[b-skl0lmjkmo] {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Form Styling */
.register-form[b-skl0lmjkmo] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(5, 31, 32, 0.1);
    padding: 2rem;
}

.form-section[b-skl0lmjkmo] {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #E8F5E9;
}

.form-section:last-of-type[b-skl0lmjkmo] {
    border-bottom: none;
}

.form-section h3[b-skl0lmjkmo] {
    color: #051F20;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.account-section[b-skl0lmjkmo] {
    background: #F8FBF9;
    padding: 1.5rem;
    border-radius: 12px;
    border: 2px solid #E8F5E9;
}

.account-section h3[b-skl0lmjkmo] {
    color: #163832;
}

.section-description[b-skl0lmjkmo] {
    color: #52796F;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    border-right: 3px solid #8EB69B;
}

.form-group[b-skl0lmjkmo] {
    margin-bottom: 1.5rem;
}

.form-group label[b-skl0lmjkmo] {
    display: block;
    color: #2F3E46;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.form-group .required[b-skl0lmjkmo] {
    color: #d32f2f;
    font-size: 1.1rem;
}

.form-control[b-skl0lmjkmo] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    border: 2px solid #DAF1DE;
    border-radius: 12px;
    background: white;
    color: #051F20;
    transition: all 0.3s ease;
}

.form-control:focus[b-skl0lmjkmo] {
    outline: none;
    border-color: #52796F;
    box-shadow: 0 0 0 4px rgba(82, 121, 111, 0.1);
}

.form-control[b-skl0lmjkmo]::placeholder {
    color: #8EB69B;
}

select.form-control[b-skl0lmjkmo] {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2352796F' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    padding-left: 3rem;
}

.form-text[b-skl0lmjkmo] {
    display: block;
    margin-top: 0.5rem;
    color: #8EB69B;
    font-size: 0.875rem;
    line-height: 1.4;
}

.text-success[b-skl0lmjkmo] {
    color: #2e7d32;
    font-size: 0.875rem;
    font-weight: 500;
}

.text-danger[b-skl0lmjkmo] {
    color: #d32f2f;
    font-size: 0.875rem;
    font-weight: 500;
}

.text-warning[b-skl0lmjkmo] {
    color: #f57c00;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Password Strength Indicator */
.password-strength[b-skl0lmjkmo] {
    margin-top: 0.5rem;
}

.strength-bar[b-skl0lmjkmo] {
    height: 4px;
    background: #E8F5E9;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.strength-fill[b-skl0lmjkmo] {
    height: 100%;
    transition: width 0.3s ease, background-color 0.3s ease;
    border-radius: 2px;
}

.strength-fill.text-success[b-skl0lmjkmo] {
    background: linear-gradient(90deg, #2e7d32, #52796F);
}

.strength-fill.text-warning[b-skl0lmjkmo] {
    background: linear-gradient(90deg, #f57c00, #ffa726);
}

.strength-fill.text-danger[b-skl0lmjkmo] {
    background: linear-gradient(90deg, #d32f2f, #ef5350);
}

/* Coordinates Help */
.coordinates-help[b-skl0lmjkmo] {
    background: #E8F5E9;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    border-right: 4px solid #52796F;
}

.coordinates-help h5[b-skl0lmjkmo] {
    color: #051F20;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.coordinates-help ol[b-skl0lmjkmo] {
    margin: 0;
    padding-right: 1.5rem;
    color: #2F3E46;
    line-height: 1.8;
}

.coordinates-help ol li[b-skl0lmjkmo] {
    margin-bottom: 0.5rem;
}

.coordinates-help .link[b-skl0lmjkmo] {
    color: #52796F;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.coordinates-help .link:hover[b-skl0lmjkmo] {
    color: #163832;
    text-decoration: underline;
}

.help-text[b-skl0lmjkmo] {
    color: #52796F;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Info Box */
.info-box[b-skl0lmjkmo] {
    background: linear-gradient(135deg, #E8F5E9 0%, #DAF1DE 100%);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-right: 4px solid #52796F;
}

.info-box h4[b-skl0lmjkmo] {
    color: #051F20;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.info-box ul[b-skl0lmjkmo] {
    margin: 0;
    padding-right: 1.5rem;
    color: #2F3E46;
    line-height: 1.8;
}

.info-box ul li[b-skl0lmjkmo] {
    margin-bottom: 0.5rem;
}

/* Form Actions */
.form-actions[b-skl0lmjkmo] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/* Buttons */
.btn[b-skl0lmjkmo] {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary[b-skl0lmjkmo] {
    background: linear-gradient(135deg, #52796F, #8EB69B);
    color: white;
    box-shadow: 0 4px 8px rgba(82, 121, 111, 0.3);
}

.btn-primary:hover:not(:disabled)[b-skl0lmjkmo] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(82, 121, 111, 0.4);
}

.btn-primary:active:not(:disabled)[b-skl0lmjkmo] {
    transform: translateY(0);
}

.btn-primary:disabled[b-skl0lmjkmo] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-skl0lmjkmo] {
    background: #E8F5E9;
    color: #52796F;
    border: 2px solid #DAF1DE;
}

.btn-secondary:hover:not(:disabled)[b-skl0lmjkmo] {
    background: #DAF1DE;
    border-color: #8EB69B;
}

.btn-lg[b-skl0lmjkmo] {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
}

/* Alert */
.alert[b-skl0lmjkmo] {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    animation: slideDown-b-skl0lmjkmo 0.3s ease;
}

@keyframes slideDown-b-skl0lmjkmo {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.alert-danger[b-skl0lmjkmo] {
    background: #ffebee;
    color: #c62828;
    border-right: 4px solid #c62828;
}

.alert-success[b-skl0lmjkmo] {
    background: #E8F5E9;
    color: #2e7d32;
    border-right: 4px solid #2e7d32;
}

/* Row and Columns */
.row[b-skl0lmjkmo] {
    display: flex;
    gap: 1rem;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.col-md-6[b-skl0lmjkmo] {
    flex: 1;
    min-width: 0;
    padding: 0 0.5rem;
}

/* Spinner */
.spinner-border[b-skl0lmjkmo] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    animation: spin-b-skl0lmjkmo 0.75s linear infinite;
}

.spinner-border-sm[b-skl0lmjkmo] {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 2px;
}

@keyframes spin-b-skl0lmjkmo {
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .register-shop-container[b-skl0lmjkmo] {
        margin: 1rem auto;
    }

    .register-header[b-skl0lmjkmo] {
        padding: 1.5rem 1rem;
    }

    .register-header h1[b-skl0lmjkmo] {
        font-size: 2rem;
    }

    .register-header .subtitle[b-skl0lmjkmo] {
        font-size: 1rem;
    }

    .register-form[b-skl0lmjkmo] {
        padding: 1.5rem 1rem;
    }

    .form-section h3[b-skl0lmjkmo] {
        font-size: 1.3rem;
    }

    .row[b-skl0lmjkmo] {
        flex-direction: column;
        gap: 0;
    }

    .col-md-6[b-skl0lmjkmo] {
        padding: 0;
    }

    .success-message[b-skl0lmjkmo] {
        padding: 2rem 1rem;
    }

    .success-icon[b-skl0lmjkmo] {
        width: 60px;
        height: 60px;
        font-size: 2rem;
        line-height: 60px;
    }

    .success-message h2[b-skl0lmjkmo] {
        font-size: 1.5rem;
    }

    .success-actions[b-skl0lmjkmo] {
        flex-direction: column;
    }

    .form-actions[b-skl0lmjkmo] {
        flex-direction: column;
    }

    .btn[b-skl0lmjkmo] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .register-header h1[b-skl0lmjkmo] {
        font-size: 1.75rem;
    }

    .form-section h3[b-skl0lmjkmo] {
        font-size: 1.2rem;
    }

    .btn[b-skl0lmjkmo] {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
}
/* /Pages/Search.razor.rz.scp.css */
/* ============================================================================
   SEARCH PAGE - Modern Advanced Search Design
   صفحة البحث المتقدم بتصميم عصري 2026
   ============================================================================ */

.search-container[b-q75bjkugga] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    direction: rtl;
    min-height: 100vh;
}

/* ===== Search Header ===== */
.search-header[b-q75bjkugga] {
    text-align: center;
    margin-bottom: 2.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, var(--cream-100) 0%, var(--cream-50) 100%);
    border-radius: 1.5rem;
    border: 2px solid var(--olive-500);
    box-shadow: 0 8px 32px rgba(40, 54, 24, 0.1);
}

.search-header h1[b-q75bjkugga] {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
    background: linear-gradient(135deg, var(--olive-700), var(--olive-600), var(--copper-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.5px;
}

.search-subtitle[b-q75bjkugga] {
    font-size: 1.05rem;
    color: var(--olive-600);
    font-weight: 600;
    margin: 0;
}

/* ===== Search Box ===== */
.search-box-wrapper[b-q75bjkugga] {
    margin-bottom: 2rem;
}

.search-box[b-q75bjkugga] {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--cream-50);
    backdrop-filter: blur(20px);
    border: 3px solid var(--olive-500);
    border-radius: 3rem;
    padding: 0 1.5rem;
    box-shadow: 0 8px 32px rgba(96, 108, 56, 0.2);
    transition: all 0.3s ease;
}

.search-box:focus-within[b-q75bjkugga] {
    border-color: var(--olive-700);
    box-shadow: 0 12px 48px rgba(96, 108, 56, 0.3);
    transform: translateY(-2px);
}

.search-icon[b-q75bjkugga] {
    stroke: var(--olive-600);
    flex-shrink: 0;
    margin-left: 1rem;
}

.search-input[b-q75bjkugga] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 1.25rem 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--olive-700);
    font-family: 'Tajawal', sans-serif;
    outline: none;
}

.search-input[b-q75bjkugga]::placeholder {
    color: var(--olive-500);
    font-weight: 500;
}

.clear-btn[b-q75bjkugga] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ef4444;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.clear-btn:hover[b-q75bjkugga] {
    transform: scale(1.1) rotate(90deg);
    background: #dc2626;
}

.clear-btn svg[b-q75bjkugga] {
    stroke: white;
}

/* ===== Quick Filters ===== */
.quick-filters[b-q75bjkugga] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.quick-filter-btn[b-q75bjkugga] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.875rem 1.5rem;
    background: var(--cream-50);
    border: 2px solid var(--olive-500);
    border-radius: 3rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: 'Tajawal', sans-serif;
    color: var(--olive-700);
}

.quick-filter-btn:hover[b-q75bjkugga] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 28px rgba(96, 108, 56, 0.25);
    border-color: var(--olive-700);
}

.quick-filter-btn.active[b-q75bjkugga] {
    background: linear-gradient(135deg, var(--olive-600), var(--copper-500));
    color: var(--cream-50);
    border-color: transparent;
    box-shadow: 0 8px 28px rgba(96, 108, 56, 0.35);
}

.filter-icon[b-q75bjkugga] {
    font-size: 1.25rem;
}

/* ===== Category Filters ===== */
.category-filters[b-q75bjkugga] {
    margin-bottom: 2.5rem;
}

.filter-section-title[b-q75bjkugga] {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--olive-700);
    text-align: center;
    margin-bottom: 1.5rem;
}

.filter-group-label[b-q75bjkugga] {
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--olive-600);
    padding: 0.75rem 0;
    margin: 1rem 0 0.75rem;
    border-bottom: 2px solid var(--olive-500);
}

.category-filters[b-q75bjkugga] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.category-filter[b-q75bjkugga] {
    padding: 0.875rem 1.5rem;
    background: var(--cream-50);
    border: 2px solid var(--olive-500);
    border-radius: 3rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: 'Tajawal', sans-serif;
    color: var(--olive-700);
}

.category-filter:hover[b-q75bjkugga] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 28px rgba(96, 108, 56, 0.25);
}

.category-filter.active[b-q75bjkugga] {
    background: linear-gradient(135deg, var(--olive-600), var(--copper-500));
    color: var(--cream-50);
    border-color: transparent;
    box-shadow: 0 8px 28px rgba(96, 108, 56, 0.35);
}

.category-filter.active.fuel[b-q75bjkugga] {
    background: linear-gradient(135deg, var(--copper-500), var(--copper-600));
    color: var(--cream-50);
}

.category-filter.active.pharmacy[b-q75bjkugga] {
    background: linear-gradient(135deg, var(--olive-500), var(--olive-600));
    color: var(--cream-50);
}

.category-filter.active.supermarket[b-q75bjkugga] {
    background: linear-gradient(135deg, var(--olive-700), var(--olive-800));
    color: var(--cream-50);
}

.category-filter.active.mosque[b-q75bjkugga] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.category-filter.active.historical[b-q75bjkugga] {
    background: linear-gradient(135deg, #a855f7, #9333ea);
    color: white;
}

.category-filter.active.park[b-q75bjkugga] {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
}

.category-filter.active.square[b-q75bjkugga] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

.category-filter.active.natural[b-q75bjkugga] {
    background: linear-gradient(135deg, #059669, #047857);
    color: white;
}

.category-filter.active.government[b-q75bjkugga] {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
}

/* ===== Results Section ===== */
.results-header[b-q75bjkugga] {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    background: rgba(232, 245, 233, 0.6);
    border-radius: 1rem;
    border: 2px solid #8EB69B;
}

.results-header h3[b-q75bjkugga] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #051F20;
    margin: 0;
}

.results-grid[b-q75bjkugga] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .results-grid[b-q75bjkugga] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .results-grid[b-q75bjkugga] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===== Result Card ===== */
.result-card[b-q75bjkugga] {
    background: linear-gradient(135deg, rgba(232, 245, 233, 0.95), rgba(218, 241, 222, 0.98));
    backdrop-filter: blur(25px);
    border: 2px solid #8EB69B;
    border-radius: 1.25rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 32px rgba(5, 31, 32, 0.12);
}

.result-card:hover[b-q75bjkugga] {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 48px rgba(5, 31, 32, 0.2);
    border-color: #52796F;
}

.result-image[b-q75bjkugga] {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.result-image img[b-q75bjkugga] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.result-card:hover .result-image img[b-q75bjkugga] {
    transform: scale(1.1);
}

.result-placeholder[b-q75bjkugga] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #52796F, #2F3E46);
    font-size: 3rem;
}

.result-status[b-q75bjkugga] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 800;
    backdrop-filter: blur(15px);
    border: 2px solid;
}

.result-status.open[b-q75bjkugga] {
    background: rgba(82, 121, 111, 0.95);
    color: #DAF1DE;
    border-color: #8EB69B;
}

.result-status.closed[b-q75bjkugga] {
    background: rgba(107, 114, 128, 0.95);
    color: white;
    border-color: rgba(156, 163, 175, 0.7);
}

.result-content[b-q75bjkugga] {
    padding: 1.25rem;
}

.result-content h4[b-q75bjkugga] {
    font-size: 1.125rem;
    font-weight: 800;
    color: #051F20;
    margin: 0 0 0.75rem 0;
}

.result-category[b-q75bjkugga] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    background: #DAF1DE;
    border: 2px solid #8EB69B;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #235347;
    margin-bottom: 0.75rem;
}

.result-address[b-q75bjkugga] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #163832;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.result-address svg[b-q75bjkugga] {
    stroke: #52796F;
    flex-shrink: 0;
}

.result-fuel[b-q75bjkugga] {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.875rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    font-weight: 700;
    margin-top: 0.5rem;
}

.result-fuel.available[b-q75bjkugga] {
    background: rgba(142, 182, 155, 0.25);
    color: #235347;
}

.result-fuel.unavailable[b-q75bjkugga] {
    background: rgba(239, 68, 68, 0.15);
    color: #dc2626;
}

/* ===== Loading & No Results ===== */
.loading-section[b-q75bjkugga],
.no-results[b-q75bjkugga] {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(232, 245, 233, 0.6);
    border-radius: 1.5rem;
    border: 2px solid #8EB69B;
}

.no-results-icon[b-q75bjkugga] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.no-results h3[b-q75bjkugga] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #051F20;
    margin-bottom: 0.5rem;
}

.no-results p[b-q75bjkugga] {
    font-size: 1rem;
    color: #52796F;
    font-weight: 600;
}

/* ===== Search Tips ===== */
.search-tips[b-q75bjkugga] {
    background: rgba(232, 245, 233, 0.6);
    border-radius: 1.5rem;
    border: 2px solid #8EB69B;
    padding: 2rem;
    text-align: center;
}

.tip-icon[b-q75bjkugga] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.search-tips h3[b-q75bjkugga] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #051F20;
    margin-bottom: 1.5rem;
}

.search-tips ul[b-q75bjkugga] {
    list-style: none;
    padding: 0;
    text-align: right;
    max-width: 500px;
    margin: 0 auto;
}

.search-tips li[b-q75bjkugga] {
    padding: 0.75rem 1.5rem;
    margin-bottom: 0.75rem;
    background: rgba(218, 241, 222, 0.8);
    border-radius: 0.75rem;
    border: 2px solid #8EB69B;
    color: #051F20;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    padding-right: 3rem;
}

.search-tips li[b-q75bjkugga]::before {
    content: '✓';
    position: absolute;
    right: 1rem;
    color: #52796F;
    font-weight: 900;
    font-size: 1.25rem;
}

/* ===== Mobile Optimizations ===== */
@media (max-width: 767px) {
    .search-container[b-q75bjkugga] {
        padding: 1rem;
    }

    .search-header[b-q75bjkugga] {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }

    .search-header h1[b-q75bjkugga] {
        font-size: 1.75rem;
    }

    .search-box[b-q75bjkugga] {
        padding: 0 1rem;
    }

    .search-input[b-q75bjkugga] {
        padding: 1rem 0.75rem;
        font-size: 1rem;
    }

    .quick-filters[b-q75bjkugga],
    .category-filters[b-q75bjkugga] {
        gap: 0.75rem;
    }

    .quick-filter-btn[b-q75bjkugga],
    .category-filter[b-q75bjkugga] {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* ===== Animations ===== */
@keyframes fadeIn-b-q75bjkugga {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.result-card[b-q75bjkugga] {
    animation: fadeIn-b-q75bjkugga 0.4s ease-out;
}

/* ===== Accessibility ===== */
@media (prefers-reduced-motion: reduce) {
    .result-card[b-q75bjkugga],
    .search-box[b-q75bjkugga],
    .quick-filter-btn[b-q75bjkugga],
    .category-filter[b-q75bjkugga] {
        transition: none;
        animation: none;
    }
}
/* /Pages/Shops.razor.rz.scp.css */
/* ============================================================================
   SHOPS PAGE - Modern Glassmorphism Design 2026
   استخدام Design Tokens + Glassmorphism + Micro-interactions
   ============================================================================ */

/* ===== Container Styles ===== */
.shops-container[b-k01siuwpvq] {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--spacing-lg) var(--spacing-md);
    direction: rtl;
    min-height: 100vh;
}

/* Responsive Padding */
@media (min-width: 768px) {
    .shops-container[b-k01siuwpvq] {
        padding: var(--spacing-2xl) var(--spacing-xl);
    }
}

@media (min-width: 1024px) {
    .shops-container[b-k01siuwpvq] {
        padding: var(--spacing-2xl) 2rem;
    }
}

/* ===== Page Header (Natural Warm Colors) ===== */
.page-header[b-k01siuwpvq] {
    text-align: center;
    padding: var(--spacing-xl) var(--spacing-lg);
    margin-bottom: var(--spacing-2xl);
    background: linear-gradient(135deg, var(--olive-700) 0%, var(--olive-600) 100%);
    border-radius: var(--radius-2xl);
    color: var(--cream-50);
    box-shadow: 0 10px 30px rgba(40, 54, 24, 0.35);
    position: relative;
    overflow: hidden;
}

.page-header[b-k01siuwpvq]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.page-header h1[b-k01siuwpvq] {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--spacing-xs);
    color: var(--cream-50);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.subtitle[b-k01siuwpvq] {
    font-size: var(--font-size-sm);
    opacity: 0.9;
    margin: 0;
    font-weight: var(--font-weight-normal);
    position: relative;
    z-index: 1;
}
/* ===== Skeleton Loading Styles ===== */
.skeleton-container[b-k01siuwpvq] {
    padding: var(--spacing-md);
}

/* ===== Search Container ===== */
.search-container[b-k01siuwpvq] {
    max-width: 800px;
    margin: 0 auto var(--spacing-xl);
    padding: 0 var(--spacing-md);
}

.search-box[b-k01siuwpvq] {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid var(--olive-500);
    border-radius: var(--radius-full);
    padding: var(--spacing-sm) var(--spacing-lg);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    margin-bottom: var(--spacing-md);
}

.search-box:focus-within[b-k01siuwpvq] {
    border-color: var(--olive-700);
    box-shadow: 0 4px 20px rgba(96, 108, 56, 0.3);
    transform: translateY(-2px);
}

.search-icon[b-k01siuwpvq] {
    flex-shrink: 0;
    stroke: var(--olive-600);
    margin-left: var(--spacing-sm);
}

.search-input[b-k01siuwpvq] {
    flex: 1;
    border: none;
    background: transparent;
    padding: var(--spacing-sm) var(--spacing-md);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    color: var(--olive-700);
    direction: rtl;
    outline: none;
    font-family: var(--font-family);
}

.search-input[b-k01siuwpvq]::placeholder {
    color: var(--olive-500);
    opacity: 0.7;
}

.clear-search[b-k01siuwpvq] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--copper-500);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all var(--transition-fast);
    margin-right: var(--spacing-sm);
}

.clear-search:hover[b-k01siuwpvq] {
    background: var(--copper-600);
    transform: scale(1.1) rotate(90deg);
}

.clear-search svg[b-k01siuwpvq] {
    stroke: var(--cream-50);
}

.advanced-search-btn[b-k01siuwpvq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    width: 100%;
    padding: var(--spacing-md) var(--spacing-xl);
    background: linear-gradient(135deg, var(--olive-600), var(--copper-500));
    color: var(--cream-50);
    border: none;
    border-radius: var(--radius-full);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    cursor: pointer;
    transition: all var(--transition-base);
    font-family: var(--font-family);
    box-shadow: var(--shadow-md);
}

.advanced-search-btn:hover[b-k01siuwpvq] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.advanced-search-btn:active[b-k01siuwpvq] {
    transform: translateY(0);
}

.advanced-search-btn svg[b-k01siuwpvq] {
    stroke: currentColor;
}

@media (max-width: 767px) {
    .search-container[b-k01siuwpvq] {
        padding: 0;
    }
    
    .search-box[b-k01siuwpvq] {
        border-radius: var(--radius-xl);
    }
}

/* ===== Skeleton Loading Styles ===== */

.skeleton-filters[b-k01siuwpvq] {
    display: flex;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-xl);
    flex-wrap: wrap;
    justify-content: center;
}

.skeleton-filter[b-k01siuwpvq] {
    height: 56px;
    width: 140px;
    background: linear-gradient(90deg, var(--neutral-200) 25%, var(--neutral-100) 50%, var(--neutral-200) 75%);
    background-size: 200% 100%;
    animation: shimmer-b-k01siuwpvq 1.5s infinite;
    border-radius: var(--radius-full);
}

@keyframes shimmer-b-k01siuwpvq {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.skeleton-grid[b-k01siuwpvq] {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
}

/* Tablet: 2 columns */
@media (min-width: 768px) {
    .skeleton-grid[b-k01siuwpvq] { 
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-xl);
    }
}

/* Desktop Small: 3 columns */
@media (min-width: 1024px) {
    .skeleton-grid[b-k01siuwpvq] { 
        grid-template-columns: repeat(3, 1fr);
        gap: var(--spacing-xl);
    }
}

/* Desktop Large: 4 columns */
@media (min-width: 1400px) {
    .skeleton-grid[b-k01siuwpvq] { 
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}

.skeleton-card[b-k01siuwpvq] {
    background: var(--card-bg);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.skeleton-image[b-k01siuwpvq] {
    height: 200px;
    background: linear-gradient(90deg, var(--neutral-200) 25%, var(--neutral-100) 50%, var(--neutral-200) 75%);
    background-size: 200% 100%;
    animation: shimmer-b-k01siuwpvq 1.5s infinite;
}

.skeleton-content[b-k01siuwpvq] {
    padding: var(--spacing-lg);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.skeleton-title[b-k01siuwpvq],
.skeleton-text[b-k01siuwpvq],
.skeleton-button[b-k01siuwpvq] {
    background: linear-gradient(90deg, var(--neutral-200) 25%, var(--neutral-100) 50%, var(--neutral-200) 75%);
    background-size: 200% 100%;
    animation: shimmer-b-k01siuwpvq 1.5s infinite;
    border-radius: var(--radius-md);
}
.skeleton-title[b-k01siuwpvq] {
    height: 24px;
    width: 70%;
}

.skeleton-text[b-k01siuwpvq] {
    height: 16px;
    width: 100%;
}

.skeleton-text.short[b-k01siuwpvq] {
    width: 60%;
}

.skeleton-buttons[b-k01siuwpvq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-sm);
    margin-top: var(--spacing-md);
}

.skeleton-button[b-k01siuwpvq] {
    height: 40px;
}

/* ===== Filter Section ===== */
.filter-section[b-k01siuwpvq] {
    display: flex;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-2xl);
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

/* Mobile: Vertical Stack */
@media (max-width: 639px) {
    .filter-section[b-k01siuwpvq] {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
}

/* Tablet & Desktop: Horizontal with better spacing */
@media (min-width: 768px) {
    .filter-section[b-k01siuwpvq] {
        gap: var(--spacing-lg);
        margin-bottom: var(--spacing-2xl);
    }
}

.filter-btn[b-k01siuwpvq] {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-md) var(--spacing-lg);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid var(--olive-500);
    border-radius: var(--radius-full);
    font-weight: var(--font-weight-semibold);
    color: var(--olive-700);
    cursor: pointer;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    font-family: var(--font-family);
    font-size: var(--font-size-base);
    box-shadow: var(--shadow-md);
    min-height: 56px;
}
.filter-btn:hover[b-k01siuwpvq] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background: var(--cream-100);
    border-color: var(--olive-700);
}

.filter-btn.active[b-k01siuwpvq] {
    background: linear-gradient(135deg, var(--olive-500) 0%, var(--copper-500) 100%);
    color: var(--cream-50);
    border-color: var(--olive-700);
    box-shadow: 0 4px 16px rgba(96, 108, 56, 0.5);
    transform: translateY(-2px);
    font-weight: 800;
}

.filter-btn.active.fuel-station[b-k01siuwpvq] {
    background: linear-gradient(135deg, var(--copper-500) 0%, var(--copper-600) 100%);
    border-color: var(--copper-700);
    color: var(--cream-50);
    box-shadow: 0 4px 16px rgba(188, 108, 37, 0.5);
}

.filter-btn.active.pharmacy[b-k01siuwpvq] {
    background: linear-gradient(135deg, var(--olive-500) 0%, var(--olive-600) 100%);
    border-color: var(--olive-700);
    color: var(--cream-50);
    box-shadow: 0 4px 16px rgba(96, 108, 56, 0.5);
}

.filter-btn.active.supermarket[b-k01siuwpvq] {
    background: linear-gradient(135deg, var(--olive-700) 0%, var(--olive-800) 100%);
    border-color: var(--olive-800);
    color: var(--cream-50);
    box-shadow: 0 4px 16px rgba(40, 54, 24, 0.5);
}

.filter-btn.active.open[b-k01siuwpvq] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-color: #047857;
    color: white;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.5);
}

.filter-btn.active.closed[b-k01siuwpvq] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border-color: #b91c1c;
    color: white;
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.5);
}

.filter-btn.active.mosque[b-k01siuwpvq] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-color: #047857;
    color: white;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.5);
}

.filter-btn.active.historical[b-k01siuwpvq] {
    background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
    border-color: #7e22ce;
    color: white;
    box-shadow: 0 4px 16px rgba(168, 85, 247, 0.5);
}

.filter-btn.active.park[b-k01siuwpvq] {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-color: #15803d;
    color: white;
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.5);
}

.filter-btn.active.square[b-k01siuwpvq] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-color: #1d4ed8;
    color: white;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.5);
}

.filter-btn.active.natural[b-k01siuwpvq] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border-color: #065f46;
    color: white;
    box-shadow: 0 4px 16px rgba(5, 150, 105, 0.5);
}

.filter-btn.active.government[b-k01siuwpvq] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    border-color: #4338ca;
    color: white;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.5);
}

.filter-icon[b-k01siuwpvq] {
    font-size: var(--font-size-xl);
}

.filter-text[b-k01siuwpvq] {
    font-weight: var(--font-weight-semibold);
}

.filter-count[b-k01siuwpvq] {
    background: rgba(255, 255, 255, 0.3);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
}

.filter-btn.active .filter-count[b-k01siuwpvq] {
    background: rgba(255, 255, 255, 0.2);
}

/* ===== Pull to Refresh ===== */
.pull-to-refresh-indicator[b-k01siuwpvq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
    opacity: 0;
    transform: translateY(-50px);
    transition: all var(--transition-base);
    color: #8EB69B;
    font-weight: var(--font-weight-semibold);
}
.pull-to-refresh-indicator.visible[b-k01siuwpvq] {
    opacity: 1;
    transform: translateY(0);
}

.refresh-icon[b-k01siuwpvq] {
    animation: spin-b-k01siuwpvq 2s linear infinite;
}

@keyframes spin-b-k01siuwpvq {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ===== Shops Grid ===== */
.shops-grid[b-k01siuwpvq] {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
    position: relative;
}

/* Tablet: 2 columns (768px - iPad Portrait) */
@media (min-width: 768px) {
    .shops-grid[b-k01siuwpvq] {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-xl);
    }
}

/* Desktop Small: 3 columns (1024px - iPad Landscape / Small Laptop) */
@media (min-width: 1024px) {
    .shops-grid[b-k01siuwpvq] {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--spacing-xl);
    }
}

/* Desktop Large: 4 columns (1400px+ - Large Desktop) */
@media (min-width: 1400px) {
    .shops-grid[b-k01siuwpvq] {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}

/* ===== Shop Card Container ===== */
.shop-card-container[b-k01siuwpvq] {
    position: relative;
    height: 100%;
}

/* ===== Shop Card - Natural Warm Design ===== */
.shop-card[b-k01siuwpvq] {
    position: relative;
    background: var(--cream-100);
    border: 2px solid var(--olive-500);
    border-radius: var(--radius-2xl);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(40, 54, 24, 0.15);
    transition: all var(--transition-base);
    cursor: pointer;
    will-change: transform;
    contain: layout style paint;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (hover: hover) {
    .shop-card:hover[b-k01siuwpvq] {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 12px 35px rgba(40, 54, 24, 0.25);
        border-color: var(--olive-700);
    }
}

.shop-card:active[b-k01siuwpvq] {
    transform: translateY(-4px) scale(0.98);
}

.shop-card.closed[b-k01siuwpvq] {
    opacity: 0.7;
    filter: grayscale(0.3);
}

.shop-card.glassmorphism[b-k01siuwpvq] {
    background: var(--cream-100);
    border: 2px solid var(--olive-500);
}

/* Category-specific styling */
.shop-card.fuel-station[b-k01siuwpvq] {
    border-left: 4px solid var(--copper-500);
}

.shop-card.pharmacy[b-k01siuwpvq] {
    border-left: 4px solid var(--olive-500);
}

.shop-card.supermarket[b-k01siuwpvq] {
    border-left: 4px solid var(--olive-700);
}

/* ===== Status Badge ===== */
.status-badge[b-k01siuwpvq] {
    position: absolute;
    top: var(--spacing-md);
    right: var(--spacing-md);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    padding: var(--spacing-sm) var(--spacing-md);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Favorite Icon */
.favorite-icon[b-k01siuwpvq] {
    position: absolute;
    top: var(--spacing-md);
    left: var(--spacing-md);
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 50%;
    cursor: pointer;
    transition: all var(--transition-base);
    box-shadow: var(--shadow-md);
    border: 2px solid transparent;
}

.favorite-icon:hover[b-k01siuwpvq] {
    transform: scale(1.1);
    background: #fff;
    border-color: #ef4444;
}

.favorite-icon svg[b-k01siuwpvq] {
    width: 20px;
    height: 20px;
    stroke: #8EB69B;
    fill: none;
    transition: all var(--transition-base);
}

.favorite-icon.active svg[b-k01siuwpvq] {
    fill: #ef4444;
    stroke: #ef4444;
}

.favorite-icon:hover svg[b-k01siuwpvq] {
    stroke: #ef4444;
}

.status-badge.open[b-k01siuwpvq] {
    background: rgba(96, 108, 56, 0.95);
    color: var(--cream-50);
    border-color: var(--olive-700);
    font-weight: 700;
}
.status-badge.closed[b-k01siuwpvq] {
    background: rgba(107, 114, 128, 0.95);
    color: white;
    border-color: var(--neutral-600);
}

.status-dot[b-k01siuwpvq] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    animation: pulse-b-k01siuwpvq 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-k01siuwpvq {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* ===== Shop Image ===== */
.shop-image-wrapper[b-k01siuwpvq] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.shop-image[b-k01siuwpvq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.shop-card:hover .shop-image[b-k01siuwpvq] {
    transform: scale(1.1);
}

.shop-image-placeholder[b-k01siuwpvq] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #DAF1DE 0%, #8EB69B 100%);
    color: #051F20;
}

.category-icon[b-k01siuwpvq] {
    font-size: 3rem;
}

.image-gradient[b-k01siuwpvq] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
}
/* ===== Shop Content ===== */
.shop-content[b-k01siuwpvq] {
    padding: var(--spacing-lg) var(--spacing-md) var(--spacing-md);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.shop-header[b-k01siuwpvq] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
}

.shop-name[b-k01siuwpvq] {
    font-size: var(--font-size-lg);
    font-weight: 800;
    color: var(--olive-700) !important;
    margin: 0;
    line-height: var(--line-height-tight);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.category-chip[b-k01siuwpvq] {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
    padding: var(--spacing-xs) var(--spacing-sm);
    background: var(--cream-50);
    color: var(--olive-700);
    border-radius: var(--radius-full);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    align-self: flex-start;
    border: 1px solid var(--olive-500);
}

.chip-icon[b-k01siuwpvq] {
    font-size: var(--font-size-sm);
}

/* ===== Shop Address ===== */
.shop-address[b-k01siuwpvq] {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-sm);
    font-size: var(--font-size-sm);
    color: var(--olive-700) !important;
    margin-bottom: var(--spacing-sm);
    line-height: var(--line-height-relaxed);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.address-icon[b-k01siuwpvq] {
    flex-shrink: 0;
    margin-top: 2px;
    stroke: var(--olive-600);
}

/* ===== Fuel Status ===== */
.fuel-status[b-k01siuwpvq] {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-md);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--spacing-sm);
    border: 1px solid;
}
.fuel-status.available[b-k01siuwpvq] {
    background: rgba(96, 108, 56, 0.15);
    color: var(--olive-700);
    border-color: var(--olive-500);
}

.fuel-status.unavailable[b-k01siuwpvq] {
    background: rgba(239, 68, 68, 0.1);
    color: var(--danger-600);
    border-color: var(--danger-200);
}

.fuel-icon[b-k01siuwpvq] {
    stroke: currentColor;
}

/* ===== Shop Actions ===== */
.shop-actions[b-k01siuwpvq] {
    display: flex;
    gap: var(--spacing-sm);
    margin-top: auto;
    padding-top: var(--spacing-md);
}

.action-btn[b-k01siuwpvq] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-xs);
    padding: var(--spacing-sm) var(--spacing-md);
    border: none;
    border-radius: var(--radius-md);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    cursor: pointer;
    transition: all var(--transition-fast);
    font-family: var(--font-family);
    min-height: 44px;
    position: relative;
    overflow: hidden;
}

.action-btn.phone[b-k01siuwpvq] {
    background: linear-gradient(135deg, var(--olive-500), var(--copper-500));
    color: var(--cream-50);
    box-shadow: var(--shadow-sm);
}

.action-btn.phone:active[b-k01siuwpvq] {
    transform: scale(0.95);
    box-shadow: none;
}

.action-btn.primary[b-k01siuwpvq] {
    background: linear-gradient(135deg, var(--olive-500), var(--copper-500));
    color: var(--cream-50);
    font-weight: 700;
    box-shadow: var(--shadow-sm);
}

.action-btn.primary:active[b-k01siuwpvq] {
    transform: scale(0.95);
    box-shadow: none;
}

.action-btn.secondary[b-k01siuwpvq] {
    background: rgba(255, 255, 255, 0.9);
    color: var(--olive-700);
    border: 2px solid var(--olive-500);
    backdrop-filter: blur(10px);
    font-weight: 700;
}

.action-btn.secondary:active[b-k01siuwpvq] {
    transform: scale(0.95);
    background: var(--cream-100);
}
.action-btn svg[b-k01siuwpvq] {
    stroke: currentColor;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

/* ===== Shop Updated ===== */
.shop-updated[b-k01siuwpvq] {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    margin-top: var(--spacing-sm);
    padding-top: var(--spacing-sm);
    border-top: 1px solid var(--border-color);
    font-size: 0.75rem;
    color: var(--olive-600) !important;
    font-weight: 600;
}

.time-icon[b-k01siuwpvq] {
    stroke: var(--olive-600);
    flex-shrink: 0;
    width: 12px;
    height: 12px;
}

/* ===== No Results ===== */
.no-results[b-k01siuwpvq] {
    text-align: center;
    padding: var(--spacing-2xl) var(--spacing-lg);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 2px solid var(--olive-500);
    border-radius: var(--radius-2xl);
    margin: var(--spacing-2xl) auto;
    max-width: 600px;
}

.no-results-icon[b-k01siuwpvq] {
    font-size: 4rem;
    margin-bottom: var(--spacing-lg);
    opacity: 0.7;
}

.no-results h3[b-k01siuwpvq] {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    color: var(--olive-700);
    margin-bottom: var(--spacing-md);
}

.no-results p[b-k01siuwpvq] {
    font-size: var(--font-size-base);
    color: var(--olive-600);
    margin-bottom: var(--spacing-lg);
    line-height: var(--line-height-relaxed);
}

.no-results p strong[b-k01siuwpvq] {
    color: var(--copper-500);
    font-weight: var(--font-weight-bold);
}

.btn-reset[b-k01siuwpvq] {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-md) var(--spacing-xl);
    background: linear-gradient(135deg, var(--olive-500), var(--copper-500));
    color: var(--cream-50);
    border: none;
    border-radius: var(--radius-full);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    cursor: pointer;
    transition: all var(--transition-base);
    font-family: var(--font-family);
    box-shadow: var(--shadow-md);
}

.btn-reset:hover[b-k01siuwpvq] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-reset:active[b-k01siuwpvq] {
    transform: translateY(0);
}

.btn-reset svg[b-k01siuwpvq] {
    stroke: currentColor;
}

/* ===== Alerts (Legacy) ===== */
.alert[b-k01siuwpvq] {
    text-align: center;
    padding: var(--spacing-2xl);
    background: rgba(96, 108, 56, 0.15);
    border: 1px solid rgba(96, 108, 56, 0.3);
    border-radius: var(--radius-lg);
    color: var(--olive-700);
}

/* ===== Responsive Design ===== */
@media (max-width: 767px) {
    .shops-container[b-k01siuwpvq] {
        padding: var(--spacing-md);
    }

    .page-header[b-k01siuwpvq] {
        padding: var(--spacing-xl) var(--spacing-md);
        margin-bottom: var(--spacing-lg);
    }

    .shop-card[b-k01siuwpvq] {
        margin-bottom: var(--spacing-lg);
    }
    
    .shop-actions[b-k01siuwpvq] {
        grid-template-columns: 1fr;
    }
    
    .filter-section[b-k01siuwpvq] {
        gap: var(--spacing-sm);
    }
}

/* Tablet Optimizations */
@media (min-width: 768px) and (max-width: 1023px) {
    .page-header h1[b-k01siuwpvq] {
        font-size: 2.5rem;
    }
    
    .filter-btn[b-k01siuwpvq] {
        min-height: 52px;
        font-size: var(--font-size-base);
    }
    
    .shop-card[b-k01siuwpvq] {
        transition: transform 0.2s ease;
    }
}

/* Desktop Optimizations */
@media (min-width: 1024px) {
    .page-header[b-k01siuwpvq] {
        padding: var(--spacing-xl) var(--spacing-xl);
        margin-bottom: 2.5rem;
    }
    
    .page-header h1[b-k01siuwpvq] {
        font-size: 2.25rem;
    }
    
    .filter-btn[b-k01siuwpvq] {
        min-height: 50px;
        padding: 0.75rem 1.25rem;
    }
    
    /* تحسين Hover على Desktop */
    .shop-card:hover[b-k01siuwpvq] {
        transform: translateY(-6px) scale(1.01);
    }
    
    .filter-btn:hover[b-k01siuwpvq] {
        transform: translateY(-2px);
    }
}
/* ===== Accessibility ===== */
@media (prefers-reduced-motion: reduce) {
    .shop-card[b-k01siuwpvq],
    .shop-image[b-k01siuwpvq],
    .filter-btn[b-k01siuwpvq],
    .action-btn[b-k01siuwpvq] {
        transition: none;
    }
    
    .status-dot[b-k01siuwpvq] {
        animation: none;
    }
}

/* ===== Performance Optimizations ===== */
.shop-card[b-k01siuwpvq],
.shop-image[b-k01siuwpvq],
.filter-btn[b-k01siuwpvq] {
    will-change: transform;
    contain: layout style paint;
}

/* ===== Modal Styles ===== */
.modal-overlay[b-k01siuwpvq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 31, 32, 0.85);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn-b-k01siuwpvq 0.3s ease;
    overflow-y: auto;
}

@keyframes fadeIn-b-k01siuwpvq {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-k01siuwpvq] {
    background: var(--cream-50);
    border-radius: var(--radius-2xl);
    max-width: 600px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(40, 54, 24, 0.4);
    border: 2px solid var(--olive-500);
    animation: slideUp-b-k01siuwpvq 0.3s ease;
    direction: rtl;
    margin: auto;
}

@keyframes slideUp-b-k01siuwpvq {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-close[b-k01siuwpvq] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-close:hover[b-k01siuwpvq] {
    background: #ef4444;
    transform: scale(1.1) rotate(90deg);
}

.modal-close:hover svg[b-k01siuwpvq] {
    stroke: white;
}

.modal-close svg[b-k01siuwpvq] {
    stroke: #ef4444;
    transition: stroke 0.3s ease;
}

.modal-header[b-k01siuwpvq] {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
}

.modal-image[b-k01siuwpvq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-image-placeholder[b-k01siuwpvq] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #DAF1DE 0%, #8EB69B 100%);
}

.placeholder-icon[b-k01siuwpvq] {
    font-size: 5rem;
}

.modal-body[b-k01siuwpvq] {
    padding: 2rem;
}

.modal-title[b-k01siuwpvq] {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--olive-700);
    margin-bottom: 1rem;
}

.modal-category[b-k01siuwpvq] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.category-badge[b-k01siuwpvq] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.875rem;
    font-weight: 700;
    background: var(--cream-100);
    color: var(--olive-700);
    border: 2px solid var(--olive-500);
}

.modal-section[b-k01siuwpvq] {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #DAF1DE;
}

.modal-section:last-of-type[b-k01siuwpvq] {
    border-bottom: none;
    margin-bottom: 0;
}

.modal-section h3[b-k01siuwpvq] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--olive-700);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.modal-section p[b-k01siuwpvq] {
    color: var(--olive-600);
    line-height: 1.7;
    margin: 0;
    font-weight: 600;
}

.info-row[b-k01siuwpvq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: var(--cream-100);
    border-radius: var(--radius-md);
    font-weight: 700;
    color: var(--olive-700);
}

.icon-btn[b-k01siuwpvq] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--olive-500);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.icon-btn:hover[b-k01siuwpvq] {
    background: var(--olive-700);
    transform: scale(1.1);
}

.icon-btn svg[b-k01siuwpvq] {
    stroke: var(--cream-50);
}

.icon-btn:hover svg[b-k01siuwpvq] {
    stroke: white;
}

.fuel-status-large[b-k01siuwpvq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-radius: var(--radius-md);
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid;
}

.fuel-status-large.available[b-k01siuwpvq] {
    background: rgba(96, 108, 56, 0.2);
    color: var(--olive-700);
    border-color: var(--olive-500);
}

.fuel-status-large.unavailable[b-k01siuwpvq] {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border-color: #ef4444;
}

.modal-footer[b-k01siuwpvq] {
    padding: 1.5rem 2rem;
    border-top: 2px solid var(--cream-100);
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-modal[b-k01siuwpvq] {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-radius: var(--radius-md);
    border: none;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-family);
}

.btn-modal.btn-primary[b-k01siuwpvq] {
    background: linear-gradient(135deg, var(--olive-500), var(--copper-500));
    color: var(--cream-50);
    box-shadow: 0 4px 12px rgba(96, 108, 56, 0.3);
}

.btn-modal.btn-primary:hover[b-k01siuwpvq] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(96, 108, 56, 0.4);
}

.btn-modal.btn-success[b-k01siuwpvq] {
    background: linear-gradient(135deg, var(--olive-700), var(--olive-800));
    color: var(--cream-50);
    box-shadow: 0 4px 12px rgba(40, 54, 24, 0.3);
}

.btn-modal.btn-success:hover[b-k01siuwpvq] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 54, 24, 0.4);
}

.btn-modal svg[b-k01siuwpvq] {
    flex-shrink: 0;
}

/* Mobile Modal Adjustments */
@media (max-width: 767px) {
    .modal-overlay[b-k01siuwpvq] {
        align-items: flex-start;
        padding: 0.5rem;
    }
    
    .modal-content[b-k01siuwpvq] {
        max-height: calc(100vh - 1rem);
        border-radius: var(--radius-xl);
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .modal-header[b-k01siuwpvq] {
        height: 200px;
    }
    
    .modal-body[b-k01siuwpvq] {
        padding: 1.5rem;
    }
    
    .modal-title[b-k01siuwpvq] {
        font-size: 1.5rem;
    }
    
    .modal-footer[b-k01siuwpvq] {
        padding: 1rem 1.5rem;
        flex-direction: column;
    }
    
    .btn-modal[b-k01siuwpvq] {
        min-width: 100%;
    }
}
