fuse-splash-screen {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  background-color: #f8f9fa;
}

body:not(.fuse-splash-screen-hidden) {
  overflow: hidden;
}

body.fuse-splash-screen-hidden fuse-splash-screen {
  display: none;
  opacity: 0;
}
/* fuse-splash-screen { */
/* Layout */
/* .splash-header {
  padding: 1rem 2rem;
  background: #fff;
} */
.splash-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.splash-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.splash-header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.splash-nav {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
}
.splash-nav ul {
  display: flex;
  gap: 1.5rem;
  margin: 0.5rem 0 0 0;
  padding: 0;
  list-style: none;
}

/* Search box */
.splash-search {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  overflow: hidden;
  height: 40px;
  width: 400px;
}
.splash-search-input {
  flex: 2;
  border: none;
  padding: 0 1rem;
  background: #f8f9fa;
  outline: none;
}
.splash-location {
  flex: 1;
  border-left: 1px solid #dee2e6;
  background: #f8f9fa;
  height: 100%;
}

/* User actions */
.splash-user-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Banner */
.splash-banner {
  height: 18rem;
  background: #cad5e2;
  border-radius: 10px;
  margin: 2rem 0;
}

/* Section */
.splash-section {
  margin-bottom: 2rem;
}
/* Main grid responsiveness */
.splash-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
.splash-card {
  background: #fff;
  border: 1px solid #cad5e2;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
}
.splash-card-img {
  height: 10rem;
  background: #cad5e2;
}
.splash-card-content {
  padding: 1rem;
}

/* Skeleton elements */
.skeleton-line {
  background: #e0e0e0;
  border-radius: 4px;
  height: 0.75rem;
  margin-bottom: 2rem;
}
.skeleton-line.small {
  height: 0.5rem;
}
.skeleton-line.medium {
  height: 1.25rem;
  width: 200px;
}
.skeleton-line.full {
  width: 100%;
}
.skeleton-line.three-quarters {
  width: 75%;
}
.skeleton-line.half {
  width: 50%;
}
.skeleton-circle {
  background: #e0e0e0;
  border-radius: 50%;
}
.skeleton-circle.small {
  width: 24px;
  height: 24px;
}

/* Logo placeholders */
.splash-logo-icon {
  width: 20px;
  height: 20px;
  background: #b3b3b3;
  border-radius: 50%;
}
.splash-logo-text {
  width: 80px;
  height: 12px;
  background: #e9e9e9;
  border-radius: 3px;
}

/* Pulse animation */
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Main container */
/* } */

/* Base container styles */
.splash-container,
.splash-container-fluid,
.splash-container-sm,
.splash-container-md,
.splash-container-lg,
.splash-container-xl,
.splash-container-xxl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

/* Responsive max-widths */
@media (min-width: 576px) {
  .splash-container,
  .splash-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .splash-container,
  .splash-container-sm,
  .splash-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .splash-container,
  .splash-container-sm,
  .splash-container-md,
  .splash-container-lg {
    max-width: 960px;
  }
  .splash-nav {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .splash-container,
  .splash-container-sm,
  .splash-container-md,
  .splash-container-lg,
  .splash-container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .splash-container,
  .splash-container-sm,
  .splash-container-md,
  .splash-container-lg,
  .splash-container-xl,
  .splash-container-xxl {
    max-width: 1320px;
  }
}

/* Extra small phones (>=320px) */
@media (min-width: 320px) {
  .splash-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Small phones (>=355px) */
@media (min-width: 355px) {
  .splash-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Larger phones (>=558px) */
@media (min-width: 558px) {
  .splash-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

/* Tablets portrait (>=768px) */
@media (min-width: 768px) {
  .splash-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablets landscape / small laptops (>=991px) */
@media (min-width: 991px) {
  .splash-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Between tablet+ and mid desktops (>=1024px) */
@media (min-width: 1024px) {
  .splash-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Large desktops (>=1280px) */
@media (min-width: 1280px) {
  .splash-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Extra large desktops (>=1440px) */
@media (min-width: 1440px) {
  .splash-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
