/* ============================================
   MOCKUPS VISUAL ENHANCEMENTS
   Artistic & Personalized Designs
   ============================================ */

/* ============================================
   ELEGANT GALLERY - Enhanced Visuals
   ============================================ */

.mockup-theme-elegant .hero-content-mockup {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.95) 0%, rgba(50, 40, 60, 0.8) 100%),
              url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(212,175,55,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  background-attachment: fixed;
}

.mockup-theme-elegant .section-refined-mockup {
  background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
  position: relative;
}

.mockup-theme-elegant .section-refined-mockup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

/* Elegant Theme Overrides */
.mockup-theme-elegant .section-header-refined-mockup h2 {
  color: #d4af37;
}

.mockup-theme-elegant .underline-mockup {
  background: linear-gradient(90deg, #d4af37, transparent);
}

.mockup-theme-elegant .card-body-mockup h3 {
  color: #d4af37;
}

.mockup-theme-elegant .card-price-refined-mockup {
  color: #d4af37;
}

.mockup-theme-elegant .template-nav {
  background: linear-gradient(90deg, #0d0d0d, #1a1a1a);
  border-bottom: 2px solid #d4af37;
}

.mockup-theme-elegant .template-logo {
  color: #d4af37;
  font-family: 'Georgia', serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mockup-theme-elegant .template-nav-links {
  color: #d4af37;
}

.mockup-theme-elegant .card-refined-mockup {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 1px solid #d4af37;
  box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.1);
  position: relative;
  overflow: hidden;
}

.mockup-theme-elegant .card-refined-mockup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, transparent);
}

.mockup-theme-elegant .card-img-mockup {
  position: relative;
  overflow: hidden;
}

.mockup-theme-elegant .mockup-gallery-item {
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  position: relative;
}

.mockup-theme-elegant .mockup-gallery-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(212,175,55,0.3) 100%);
}

/* ============================================
   DARK MODERN - Enhanced Visuals
   ============================================ */

.mockup-theme-dark .hero-content-mockup {
  background: linear-gradient(135deg, #0f172a 0%, #1a2f5a 100%);
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(6, 182, 212, 0.1) 0%, transparent 50%);
}

.mockup-theme-dark .section-refined-mockup {
  background: linear-gradient(135deg, #0f172a 0%, #1a1f3a 100%);
}

.mockup-theme-dark .card-refined-mockup {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(6, 182, 212, 0.05) 100%);
  border: 1px solid rgba(59, 130, 246, 0.3);
  box-shadow: 
    0 0 20px rgba(59, 130, 246, 0.2),
    inset 0 0 20px rgba(59, 130, 246, 0.05);
  backdrop-filter: blur(10px);
}

.mockup-theme-dark .card-img-mockup {
  background: linear-gradient(135deg, #3B82F6 0%, #06B6D4 50%, #0ea5e9 100%) !important;
  position: relative;
  overflow: hidden;
}

.mockup-theme-dark .card-img-mockup::after {
  content: '💻';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: linear-gradient(135deg, rgba(59,130,246,0.2) 0%, rgba(6,182,212,0.1) 100%);
}

.mockup-theme-dark .mockup-gallery-item {
  background: linear-gradient(135deg, #3B82F6 0%, #06B6D4 100%);
  border: 1px solid rgba(59, 130, 246, 0.5);
  box-shadow: 0 0 30px rgba(59, 130, 246, 0.4);
  position: relative;
}

.mockup-theme-dark .mockup-gallery-item::before {
  content: '⚡';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  z-index: 1;
  text-shadow: 0 0 20px rgba(59, 130, 246, 0.8);
}

.mockup-theme-dark .mockup-gallery-overlay {
  background: linear-gradient(180deg, rgba(15,23,42,0.9) 0%, rgba(59,130,246,0.2) 100%);
}

/* ============================================
   MINIMAL GALLERY - Enhanced Visuals
   ============================================ */

.mockup-theme-minimal .hero-content-mockup {
  background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,.02) 10px, rgba(0,0,0,.02) 20px);
}

.mockup-theme-minimal .section-refined-mockup {
  background: #fafafa;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.mockup-theme-minimal .card-refined-mockup {
  background: #fff;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.mockup-theme-minimal .card-refined-mockup:hover {
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.15);
  transform: translate(-2px, -2px);
}

.mockup-theme-minimal .card-img-mockup {
  background: #000 !important;
  position: relative;
  overflow: hidden;
}

.mockup-theme-minimal .card-img-mockup::after {
  content: '■';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
}

.mockup-theme-minimal .mockup-gallery-item {
  border: 1px solid #e0e0e0;
  box-shadow: none;
  position: relative;
}

.mockup-theme-minimal .mockup-gallery-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 100%);
}

/* ============================================
   VIBRANT SHOP - Enhanced Visuals
   ============================================ */

.mockup-theme-vibrant .hero-content-mockup {
  background: linear-gradient(135deg, #f5f7ff 0%, #fef3f8 50%, #ffe4f0 100%);
  background-image:
    radial-gradient(circle at 10% 20%, rgba(236, 72, 153, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(139, 92, 246, 0.15) 0%, transparent 50%);
}

.mockup-theme-vibrant .section-refined-mockup {
  background: linear-gradient(135deg, #f5f7ff 0%, #fef3f8 100%);
  padding: 20px;
}

.mockup-theme-vibrant .card-refined-mockup {
  background: linear-gradient(135deg, #fff 0%, #fff5f9 100%);
  border: 2px solid #EC4899;
  box-shadow: 
    0 10px 30px rgba(236, 72, 153, 0.2),
    inset 0 0 20px rgba(236, 72, 153, 0.05);
  transform: transition;
}

.mockup-theme-vibrant .card-refined-mockup:hover {
  transform: scale(1.03);
  box-shadow: 
    0 15px 40px rgba(236, 72, 153, 0.3),
    inset 0 0 20px rgba(236, 72, 153, 0.1);
}

.mockup-theme-vibrant .card-img-mockup {
  background: linear-gradient(135deg, #EC4899 0%, #8B5CF6 50%, #3B82F6 100%) !important;
  position: relative;
  overflow: hidden;
}

.mockup-theme-vibrant .card-img-mockup::after {
  content: '🛍️';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  background: linear-gradient(135deg, rgba(236,72,153,0.2) 0%, rgba(139,92,246,0.1) 100%);
}

.mockup-theme-vibrant .mockup-shop-img {
  background: linear-gradient(135deg, #EC4899 0%, #8B5CF6 50%, #3B82F6 100%) !important;
  position: relative;
  overflow: hidden;
}

.mockup-theme-vibrant .mockup-shop-img::after {
  content: '🎀';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: linear-gradient(135deg, rgba(236,72,153,0.15) 0%, rgba(139,92,246,0.1) 100%);
}

.mockup-theme-vibrant .mockup-gallery-item {
  background: linear-gradient(135deg, #EC4899 0%, #8B5CF6 100%);
  border: 2px solid #EC4899;
  box-shadow: 0 0 30px rgba(236, 72, 153, 0.4);
  position: relative;
}

.mockup-theme-vibrant .mockup-gallery-item::before {
  content: '✨';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  z-index: 1;
  animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.1); }
}

.mockup-theme-vibrant .mockup-gallery-overlay {
  background: linear-gradient(180deg, rgba(20, 0, 20, 0.8) 0%, rgba(236, 72, 153, 0.3) 100%);
}

/* ============================================
   HERO SECTION - Enhanced Visuals
   ============================================ */

.hero-modern-mockup {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  position: relative;
  overflow: hidden;
}

.hero-modern-mockup::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(240, 147, 251, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(102, 126, 234, 0.2) 0%, transparent 50%);
}

.hero-modern-mockup::after {
  content: '🎨';
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 120px;
  opacity: 0.1;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.hero-content-mockup {
  position: relative;
  z-index: 2;
}

/* ============================================
   DASHBOARD ENHANCED - Real /template Design
   ============================================ */

.mockup-theme-dashboard .mockup-viewport {
  background: #f9fafb;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 0;
}

/* Dashboard Header - Real Blue Gradient */
.mockup-theme-dashboard .dashboard-header-real {
  background: linear-gradient(135deg, #1E3A8A 0%, #3B65C4 100%);
  color: white;
  padding: 16px 20px;
  box-shadow: 0 4px 15px rgba(30, 58, 138, 0.2);
  flex-shrink: 0;
}

.mockup-theme-dashboard .dashboard-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.mockup-theme-dashboard .dashboard-nav-tabs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.mockup-theme-dashboard .tab-btn {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mockup-theme-dashboard .tab-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: white;
}

.mockup-theme-dashboard .tab-btn.active {
  background: white;
  color: #1E3A8A;
  font-weight: 700;
}

/* Dashboard Main Content */
.mockup-theme-dashboard .dashboard-main {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}

/* Stats Grid - Real Template Style */
.mockup-theme-dashboard .dashboard-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 0;
}

.mockup-theme-dashboard .stat-card {
  background: white;
  padding: 14px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.mockup-theme-dashboard .stat-card:hover {
  box-shadow: 0 6px 16px rgba(30, 58, 138, 0.15);
  transform: translateY(-2px);
}

.mockup-theme-dashboard .stat-label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 0;
}

.mockup-theme-dashboard .stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
}

.mockup-theme-dashboard .stat-icon {
  font-size: 40px;
  flex-shrink: 0;
  line-height: 1;
}

.mockup-theme-dashboard .stat-info {
  width: 100%;
}

/* Admin Panel - Table */
.mockup-theme-dashboard .admin-panel-mock {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mockup-theme-dashboard .panel-title {
  margin: 0;
  font-size: 14px;
  color: #1E3A8A;
  font-weight: 600;
  padding: 12px 16px;
  border-bottom: 2px solid #e5e7eb;
}

.mockup-theme-dashboard .mock-table {
  font-size: 11px;
  width: 100%;
  border-collapse: collapse;
}

.mockup-theme-dashboard .mock-table thead {
  background: #f9fafb;
  border-bottom: 2px solid #e5e7eb;
}

.mockup-theme-dashboard .mock-table th {
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  color: #1E3A8A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 10px;
}

.mockup-theme-dashboard .mock-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
  color: #333;
}

.mockup-theme-dashboard .mock-table tbody tr {
  transition: background 0.2s ease;
}

.mockup-theme-dashboard .mock-table tbody tr:hover {
  background: #f9fafb;
}

.mockup-theme-dashboard .status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background: #FFF3CD;
  color: #856404;
}

.mockup-theme-dashboard .status-badge.success {
  background: #D4EDDA;
  color: #155724;
}

.mockup-theme-dashboard .status-badge.danger {
  background: #F8D7DA;
  color: #721C24;
}

.mockup-theme-dashboard .stat-mini-chart {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(6, 182, 212, 0.1) 100%);
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.mockup-theme-dashboard .stat-mini-chart::after {
  background: linear-gradient(90deg, #3B82F6, #06B6D4, #8B5CF6);
}

.mockup-theme-dashboard .recent-orders {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.6) 0%, rgba(15, 23, 42, 0.4) 100%);
  border: 1px solid rgba(59, 130, 246, 0.2);
  position: relative;
  overflow: hidden;
}

.mockup-theme-dashboard .recent-orders::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3B82F6, transparent);
}

.mockup-theme-dashboard .order-row {
  position: relative;
  z-index: 1;
}

.mockup-theme-dashboard .order-status {
  animation: pulse 2s ease-in-out infinite;
}

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

/* ============================================
   CARD PRICE COLORS - By Theme
   ============================================ */

.mockup-theme-elegant .card-price-refined-mockup {
  color: #d4af37;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

.mockup-theme-dark .card-price-refined-mockup {
  color: #06B6D4;
  text-shadow: 0 0 10px rgba(6, 182, 212, 0.3);
}

.mockup-theme-minimal .card-price-refined-mockup {
  color: #000;
}

.mockup-theme-vibrant .card-price-refined-mockup {
  background: linear-gradient(135deg, #EC4899 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================
   OVERALL ENHANCEMENTS
   ============================================ */

.preview-mockup {
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.preview-mockup:hover {
  box-shadow: 
    0 40px 80px rgba(0, 0, 0, 0.4),
    0 0 2px rgba(0, 0, 0, 0.6);
}

.mockup-viewport {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

/* Badge styles */
.badge-refined-mockup {
  background: linear-gradient(135deg, currentColor 0%, currentColor 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Underline styles */
.underline-mockup {
  background: linear-gradient(90deg, #3B82F6, #8B5CF6, #EC4899);
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
  height: 4px;
}

/* Section headers */
.section-header-refined-mockup h2 {
  background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
}

/* Button hover effects */
.artist-btn,
.mockup-detail-btn,
.btn-primary-custom-mockup {
  position: relative;
  overflow: hidden;
}

.artist-btn::before,
.mockup-detail-btn::before,
.btn-primary-custom-mockup::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.artist-btn:active::before,
.mockup-detail-btn:active::before,
.btn-primary-custom-mockup:active::before {
  width: 300px;
  height: 300px;
}
/* ============================================
   RESPONSIVE DASHBOARD STYLES
   ============================================ */

@media (max-width: 768px) {
  .mockup-theme-dashboard .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .mockup-theme-dashboard .dashboard-title {
    font-size: 16px;
  }

  .mockup-theme-dashboard .tab-btn {
    font-size: 10px;
    padding: 5px 10px;
  }

  .mockup-theme-dashboard .dashboard-nav-tabs {
    gap: 4px;
  }

  .mockup-theme-dashboard .stat-icon {
    font-size: 28px;
  }

  .mockup-theme-dashboard .stat-number {
    font-size: 18px;
  }

  .mockup-theme-dashboard .mock-table {
    font-size: 10px;
  }

  .mockup-theme-dashboard .mock-table th,
  .mockup-theme-dashboard .mock-table td {
    padding: 8px 6px;
  }
}

@media (max-width: 480px) {
  .mockup-theme-dashboard .dashboard-header-real {
    padding: 12px 16px;
  }

  .mockup-theme-dashboard .dashboard-title {
    font-size: 14px;
    margin: 0;
  }

  .mockup-theme-dashboard .dashboard-nav-tabs {
    margin-top: 8px;
    gap: 2px;
  }

  .mockup-theme-dashboard .tab-btn {
    font-size: 9px;
    padding: 4px 8px;
  }

  .mockup-theme-dashboard .dashboard-main {
    padding: 12px;
    gap: 10px;
  }

  .mockup-theme-dashboard .stat-card {
    padding: 12px;
    gap: 10px;
  }

  .mockup-theme-dashboard .stat-icon {
    font-size: 24px;
  }

  .mockup-theme-dashboard .stat-label {
    font-size: 10px;
  }

  .mockup-theme-dashboard .stat-number {
    font-size: 16px;
  }

  .mockup-theme-dashboard .mock-table {
    font-size: 9px;
  }

  .mockup-theme-dashboard .mock-table th {
    display: none;
  }

  .mockup-theme-dashboard .mock-table tbody tr {
    display: block;
    margin-bottom: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
  }

  .mockup-theme-dashboard .mock-table td {
    display: block;
    padding: 6px 8px;
    border: none;
  }

  .mockup-theme-dashboard .mock-table td::before {
    content: attr(data-label);
    display: inline-block;
    font-weight: 600;
    color: #1E3A8A;
    width: 30%;
    margin-right: 10px;
  }
}