.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  display: inline-block;
  line-height: 1;
}
body {
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100dvh;
}
.glass-card,
.glass-panel {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.bento-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bento-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px rgba(0, 66, 117, 0.12);
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Hero bottom edge runs through vertical center of managed-by pill */
.managed-by-strip {
  margin-top: -1.375rem;
}
@media (min-width: 768px) {
  .managed-by-strip {
    margin-top: -1.5rem;
  }
}
.checkin-gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  .checkin-gallery-modal {
    align-items: center;
    padding: 1rem;
  }
}
.checkin-gallery-modal.checkin-gallery-modal--open {
  display: flex;
}
.checkin-gallery-modal .checkin-gallery-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 36rem;
  max-height: 92vh;
}
.checkin-photo-guide-btn {
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  border-radius: 1rem;
  padding: 1.125rem 1.25rem;
  background: linear-gradient(135deg, #004275 0%, #005a9c 48%, #0077c8 100%);
  box-shadow:
    0 4px 14px rgba(0, 66, 117, 0.28),
    0 12px 32px -8px rgba(0, 66, 117, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.checkin-photo-guide-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 20px rgba(0, 66, 117, 0.32),
    0 16px 40px -8px rgba(0, 66, 117, 0.4);
}
.checkin-photo-guide-btn:active {
  transform: translateY(0);
}
.checkin-photo-guide-btn__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.12) 50%,
    transparent 60%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  pointer-events: none;
}
.checkin-photo-guide-btn:hover .checkin-photo-guide-btn__shine {
  transform: translateX(100%);
}
.checkin-photo-guide-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}
.checkin-photo-guide-btn__previews {
  display: flex;
  align-items: center;
  padding-right: 0.25rem;
}
.checkin-photo-guide-btn__thumb {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
  margin-left: -0.625rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.checkin-photo-guide-btn__thumb:first-child {
  margin-left: 0;
}
.checkin-photo-guide-btn__arrow {
  opacity: 0.95;
}
.appliance-icon-choice:focus-visible {
  outline: 2px solid #004275;
  outline-offset: 2px;
}
#appliance-icon-grid .appliance-icon-choice .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
