@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

body {
  background-color: #f8f9fa !important;
  color: #1f2937 !important;
  font-family: 'Outfit', 'Inter', -apple-system, sans-serif !important;
}

aside {
  background: #ffffff !important;
  border-right: 1px solid #e5e7eb !important;
}

aside .title {
  color: #dc2626 !important;
  font-weight: 700 !important;
  font-family: 'Outfit', sans-serif !important;
}

aside ul li.active, aside ul li:hover {
  background: #fee2e2 !important;
  color: #991b1b !important;
  border-radius: 8px !important;
}

aside ul li a {
  color: #4b5563 !important;
}

aside ul li.active a {
  color: #991b1b !important;
  font-weight: 600 !important;
}

header {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border-bottom: 1px solid #e5e7eb !important;
  color: #1f2937 !important;
}

header .title {
  color: #1f2937 !important;
}

.action, button, .button {
  background: #dc2626 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
  border: none !important;
}

.action:hover, button:hover, .button:hover {
  background: #b91c1c !important;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.2) !important;
}

button.button--flat, .action.action--flat {
  background: transparent !important;
  color: #dc2626 !important;
}

button.button--flat:hover, .action.action--flat:hover {
  background: #fee2e2 !important;
  color: #991b1b !important;
}

#login {
  background-color: #f3f4f6 !important;
  background-image: radial-gradient(at 0% 0%, #fee2e2 0px, transparent 50%),
                    radial-gradient(at 50% 100%, #e0f2fe 0px, transparent 50%) !important;
}

#login form {
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02) !important;
  border: 1px solid rgba(229, 231, 235, 0.8) !important;
  max-width: 400px !important;
  padding: 3rem 2.5rem !important;
}

#login .logo img {
  max-height: 100px !important;
  filter: drop-shadow(0 4px 6px rgba(220, 38, 38, 0.15)) !important;
}

#login h1 {
  color: #111827 !important;
  font-weight: 700 !important;
  font-size: 1.75rem !important;
  margin-top: 1rem !important;
}

#login input {
  background: #f9fafb !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  color: #111827 !important;
  font-size: 0.95rem !important;
  padding: 0.75rem 1rem !important;
  transition: all 0.2s ease !important;
}

#login input:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15) !important;
  background: #ffffff !important;
}

#login button {
  background: #dc2626 !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 0.75rem !important;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.2) !important;
}

#login button:hover {
  background: #b91c1c !important;
  transform: translateY(-1px) !important;
}

.item {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.2s ease !important;
}

.item:hover {
  border-color: rgba(220, 38, 38, 0.4) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-1px) !important;
}

.item .name {
  color: #374151 !important;
}

a {
  color: #dc2626 !important;
}

a:hover {
  color: #b91c1c !important;
}

.item[aria-selected= true] {
  border-color: #dc2626 !important;
  background-color: #fee2e2 !important;
}
