@charset "UTF-8";

/* Clean feather icon CSS with Unicode emoji fallbacks - NO FONT FILES */
/* This completely avoids font loading to prevent browser errors */

.fe {
  font-family: 'Segoe UI Emoji', 'Noto Color Emoji', 'Apple Color Emoji', Arial, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  text-align: center;
  min-width: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Core navigation icons */
.fe-home:before { content: "🏠"; }
.fe-user:before { content: "👤"; }
.fe-users:before { content: "👥"; }
.fe-settings:before { content: "⚙️"; }
.fe-menu:before { content: "☰"; }
.fe-bell:before { content: "🔔"; }
.fe-search:before { content: "🔍"; }
.fe-grid:before { content: "⊞"; }
.fe-x:before { content: "✕"; }

/* Dashboard and business icons */
.fe-box:before { content: "📦"; }
.fe-clipboard:before { content: "📋"; }
.fe-compass:before { content: "🧭"; }
.fe-credit-card:before { content: "💳"; }
.fe-bar-chart-2:before { content: "📊"; }
.fe-dollar-sign:before { content: "💰"; }
.fe-percent:before { content: "📈"; }
.fe-pie-chart:before { content: "📊"; }
.fe-book:before { content: "📚"; }
.fe-folder:before { content: "📁"; }
.fe-trending-up:before { content: "📈"; }

/* Action icons */
.fe-plus:before { content: "+"; }
.fe-edit:before { content: "✏️"; }
.fe-trash:before { content: "🗑️"; }
.fe-eye:before { content: "👁️"; }
.fe-download:before { content: "⬇️"; }
.fe-upload:before { content: "⬆️"; }
.fe-mail:before { content: "📧"; }
.fe-phone:before { content: "📞"; }
.fe-calendar:before { content: "📅"; }
.fe-clock:before { content: "🕐"; }
.fe-check:before { content: "✓"; }

/* Theme icons */
.fe-sun:before { content: "☀️"; }
.fe-moon:before { content: "🌙"; }
.fe-star:before { content: "⭐"; }
.fe-heart:before { content: "❤️"; }

/* Link and utility icons */
.fe-link:before { content: "🔗"; }
.fe-copy:before { content: "📋"; }
.fe-save:before { content: "💾"; }
.fe-filter:before { content: "🔍"; }

/* Size classes */
.fe-32 { font-size: 32px; }
.fe-24 { font-size: 24px; }
.fe-20 { font-size: 20px; }
.fe-16 { font-size: 16px; }
.fe-14 { font-size: 14px; }
.fe-12 { font-size: 12px; }

/* Spacing and layout */
.fe.fe-16 {
  margin-right: 0.5rem;
}

.fe.fe-20 {
  margin-right: 0.75rem;
}

/* Icon color variations */
.fe.text-primary { color: #007bff !important; }
.fe.text-secondary { color: #6c757d !important; }
.fe.text-success { color: #28a745 !important; }
.fe.text-danger { color: #dc3545 !important; }
.fe.text-warning { color: #ffc107 !important; }
.fe.text-info { color: #17a2b8 !important; }
.fe.text-light { color: #f8f9fa !important; }
.fe.text-dark { color: #343a40 !important; }
.fe.text-muted { color: #6c757d !important; }

/* Hover effects */
.nav-link:hover .fe {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

/* Sidebar icon spacing */
.sidebar .fe {
  margin-right: 0.75rem;
  font-size: 1.2rem;
  opacity: 0.8;
}

/* Navbar icon styling */
.navbar .fe {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Card icon styling */
.card-header .fe {
  font-size: 1.5rem;
  opacity: 0.8;
}
</content>
</invoke>