<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
  font-family: 'Roboto', sans-serif;
}

a {
  position: relative;
  color: #9ffcb9; 
  text-decoration: none; 
  display: inline-block; 
}

a::after {
  content: '';
  position: absolute;
  bottom: 1px; 
  width: 0;
  height: 2px; 
  background: #9ffcb9; 
  transition: all 0.3s ease; 
}

a:hover::after {
  width: 100%;
  left: 0;
}

.brand-logo img {
  height: 50px; 
  width: auto;
}


nav, .page-footer {
  background-color: #000;
}

.header-text {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.header-subtext {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.cool-line-animation {
  width: 50px;
  height: 3px;
  background-color: #9ffcb9;
  margin-bottom: 20px;
  z-index: 1001;
}

.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000;
  padding: 10px 0;
  z-index: 1000;
}

.search-input-wrapper {
  position: relative;
}

#search-results, #search-results-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 200px;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1001; 
}

#search-results a, #search-results-mobile a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  color: #333;
}

#search-results a:hover, #search-results-mobile a:hover {
  background-color: #f5f5f5;
}

.icon-wrapper {
  display: flex;
  align-items: center;
}

.material-icons {
  margin-right: 10px;
}

.search-input-wrapper input::placeholder {
  color: #ffffff;
}

.search-input-wrapper input {
  color: #ffffff;
}

.weatherContainer {
  padding: 20px;
  max-width: 600px;
  margin: 50px auto;
}

.weatherCard {
  background-color: #000;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.weatherInput, .weatherSubmit {
  display: block;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  background: #07062e;
  border: none;
  color: #fff;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.weatherInput:hover, .weatherSubmit:hover {
  background: #667;
}

.weatherInput:focus {
  outline: none;
  box-shadow: 0 0 5px #9ffcb9;
}

.weatherLabel, .weatherInput, .weatherSubmit {
  opacity: 0;
  transform: translateY(50px);
}

.weatherTitle {
  text-align: center;
  margin-bottom: 20px;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%; 
  z-index: -1;
  background-attachment: fixed;
  background-position: center center;
  height: 150%; 
  top: -25%;  
}

.parallax-title, .parallax-paragraph {
  z-index: 9999; 
  opacity: 1; 
  transform: translateY(50px);
  text-shadow: 2px 2px 4px #9ffcb9;
  padding: 30px;
  border-radius: 5px; 
  display: inline-block; 
}
.sidenav .search-input-wrapper input[type="text"] {
  color: black;
}
.current-weather-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  margin: 20px auto;
  background-color: #ffffff;
}

.current-weather-card-title {
  text-align: center;
  margin-bottom: 20px;
}

.current-weather-card-content {
  text-align: center;
  font-size: 18px;
}

.search-result-item a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 5px 0;
}

.search-result-item a:hover {
  color: #9ffcb9;
}

.search-result-item.active-result {
  background-color: #f5f5f5;
}

.nav-wrapper {
  position: relative;
}

.search-input-wrapper {
  position: relative; 
}

.search-input-wrapper {
  position: relative;
}

#search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: white;
  z-index: 10; 
  max-height: 200px;
  overflow-y: scroll;
}

/* Styles for links inside the search results container */
#search-results a {
  display: block;             
  padding: 10px;             
  color: #000;             
  text-decoration: none;    
  transition: all 1.0s ease;
}


#search-results a:hover {
  color: #9ffcb9;              
  background-image: linear-gradient(60deg, #d4d4d4, #aaaaaa, #d4d4d4); 
  background-size: 300% 100%;
  animation: shimmer 6s infinite;
}


@keyframes shimmer {
  0% {
      background-position: 200% 0;
  }
  100% {
      background-position: -200% 0;
  }
}

#search-results div {
  padding: 5px;
  cursor: pointer;
}

.search-input-wrapper {
  position: relative;
}

#search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: white;
  z-index: 10; 
  max-height: 200px;
  overflow-y: scroll;
}

#search-results div {
  padding: 5px;
  cursor: pointer;
}

/* Styles for the mobile sidenav search results */

.sidenav .search-input-wrapper {
  position: relative;
  padding: 10px;
}

.sidenav #mobile-search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: white;
  z-index: 10; 
  max-height: 200px;
  overflow-y: scroll;
  width: 100%; 
}

/* Initial State */
.sidenav #mobile-search-results a {
  display: flex;              
  justify-content: center;    
  align-items: center;       
  color: #07062e;               
  text-decoration: none;     
  background-color: white;  
  transition: all 3.0s ease; 
}

/* Hovered State */
.sidenav #mobile-search-results a:hover {
  color: white;  
  background-image: linear-gradient(60deg, #d4d4d4, #aaaaaa, #d4d4d4); 
  background-size: 300% 100%; 
  animation: shimmer 6s infinite; 
}

/* Shimmering Gradient Animation */
@keyframes shimmer {
  0% {
      background-position: 200% 0;
  }
  100% {
      background-position: -200% 0;
  }
}
.shadow-text {
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000; 
  padding: 5px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.unique-bar-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.unique-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 14px;
}

.material-icons {
  font-size: 24px;
  margin-bottom: 5px;
}

.brand-logo .logo-container {
  max-width: 100px; 
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo img {
  height: 5.0rem; 
  width: auto;  
}

.fastcast-card {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #000; 
  box-shadow: 0 4px 8px ;
  color: #fff; 
}

.fastcast-card input[type="text"],
.fastcast-card button {
  width: 80%; 
  max-width: 400px;
  padding: 10px;
  margin: 10px 0;
  border: 2px solid #333;
  border-radius: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fastcast-card input[type="text"] {
  background-color: #333; 
  color: #9ffcb9; 
}

.fastcast-card button {
  background-color: #333;
  color: white;
  cursor: pointer;
}

.fastcast-card button:hover {
  background-color: #667;
}

@media screen and (max-width: 600px) {
.fastcast-card {
  width: 90%;
  max-width: none; 
}

.fastcast-card input[type="text"],
.fastcast-card button {
  width: 100%; 
}

.fastcast-card h2, 
.fastcast-card h3 {  
  font-size: 20px; 
}}

#weather-card {
  background-color: #000 ; 
  color: #ffffff; 
  border-radius: 10px;
  padding: 20px;
  max-width: 600px; 
  margin: auto;
  box-shadow: 0px 0px 15px #333;
  overflow: hidden;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  animation: fadeIn 1s ease;
}

/* Sequential fade-in effect */
.flex-row:nth-child(1) { animation-delay: 0.2s; }
.flex-row:nth-child(2) { animation-delay: 0.4s; }
.flex-row:nth-child(3) { animation-delay: 0.6s; }
.flex-row:nth-child(4) { animation-delay: 0.8s; }
.flex-row:nth-child(5) { animation-delay: 1s; }
.flex-row:nth-child(6) { animation-delay: 1.2s; }
.flex-row:nth-child(7) { animation-delay: 1.4s; }
.flex-row:nth-child(8) { animation-delay: 1.6s; }

/* Styling for Temperature, Wind, etc. */
.flex-row div {
  font-size: 18px; 
  font-weight: bold;
}

.page-footer {
  bottom: 20%;
  width: 100%;
  background-color: #000; 

}

.current-details1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; 
  flex: 1;
}

/*Weather Card*/

.weather-card1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff; 
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-radius: 4px;
  max-width: 100%;
}


#temperaturecard {
  font-size: 5rem; 
  font-weight: bold;
  line-height: 1;
}

.other-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.other-details div,
#rain-chance,
#humidity {
  margin-bottom: 5px;
}

.flex-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}

.flex-row:not(:last-child) {
  margin-bottom: 10px; 
}

#wind {
  display: flex;
  align-items: center;
  font-size: 1rem; 
}

#wind-direction {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.5rem; 
}

#localTime,
#weatherConditions {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

#weatherConditions {
  font-weight: bold;
}

/* Ensuring text doesn't break on small screens */
@media (max-width: 768px) {
  .flex-row, .current-details1 {
    align-items: center;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .current-details1, .flex-row {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* Add transition for smooth hover effects */

.weather-card1 * {
  transition: all 0.3s ease;
}

/* Hover effect for interactive feel */

.weather-card1:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.myapp-hourly-weather-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.myapp-hourly-weather-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  margin-right: 20px;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.myapp-hourly-weather-card:last-of-type {
  margin-right: 0;
}

.myapp-hourly-weather-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.myapp-hour-time {
  font-size: 0.85rem;
  color: #333;
  margin-bottom: 8px;
}

.myapp-hour-icon {
  width: 50px; 
  margin-bottom: 8px;
}

.myapp-hour-temp {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.myapp-hourly-weather-container::-webkit-scrollbar {
  height: 5px;
}

.myapp-hourly-weather-container::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 10px;
}

.myapp-hourly-weather-container::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}

.myapp-hourly-weather-container::-webkit-scrollbar-thumb:hover {
  background: #999;
}

#weatherIcon {
  display: none;
}

.weather-info {
  background-color: transparent;
  text-align: left;
  padding: 20px;
  display: flex; 
  align-items: center; 
  font-family: Arial, sans-serif; 
}

.info-text {
  margin-right: 10px; 
  font-size: 16px;
  color: #333;
}

.hourly-weather-btn {
  padding: 10px 20px;
  background-color: transparent; 
  color: #007bff; 
  text-decoration: none; 
  border: 2px solid #007bff; 
  border-radius: 5px; 
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.hourly-weather-btn:hover {
  background-color: #007bff; 
  color: white; 
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* Weather Card Styles */

.weather-card1 {
  background-color: #fff; 
  padding: 20px;
  max-width: 100%;
}

/* Grouping the temperature, rain chance, and humidity together */

.current-details1 {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  margin-bottom: 20px; 
}

#temperaturecard {
  font-size: 5rem; 
  font-weight: bold;
  margin-bottom: 10px; 
}

.other-details div {
  margin-bottom: 5px; 
}

/* Grouping the wind, wind direction, time, and weather conditions together */

.flex-row {
  display: flex;
  flex-direction: column; 
  align-items: center; 
}

#wind-direction {
  display: inline-block;
  margin-right: 5px;
}

#localTime,
#weatherConditions {
  margin-top: 10px; 
}

/* Adjustments for larger screens */

@media (min-width: 600px) {
  .weather-card1 {
    flex-direction: row; 
    justify-content: space-between; 
  }

  .current-details1,
  .flex-row {
    align-items: flex-start; 
    flex: 1; 
  }

  /* Reset margins for larger screens */

  #temperaturecard,
  .other-details div,
  #wind-direction,
  #localTime,
  #weatherConditions {
    margin-bottom: 0;
  }
  
  /* Ensure the wind direction arrow is inline with the text */

  #wind {
    flex-direction: row; 
    align-items: center; 
  }
}

#intro {
  font-size: 1rem;
  color: #333;
  opacity: 0;
  animation: fadeIn 2s ease forwards;
}

#location {
  font-weight: bold; 
  /* Fade in animation */
  opacity: 0; 
  animation: fadeIn 2s ease forwards; 
}

@keyframes fadeIn {
  to {
    opacity: 1; 
  }
}

.weather-info {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  font-family: 'Roboto', sans-serif;
}

.info-text {
  margin-right: 10px; /* Space between text and link */
  font-size: 1rem;
  color: #333;
}

.hourly-weather-link {
  display: inline-block;
  color: #007bff; 
  text-decoration: none; /* No underline */
  font-size: 1rem;
  transition: color 0.3s ease;
}

.hourly-weather-link .arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.hourly-weather-link:hover .arrow {
  transform: translateX(5px); 
}

.hourly-weather-link:hover {
  color: #0056b3; 
}

.info-text, .hourly-weather-link {
  opacity: 0;
  animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .weather-info {
      flex-direction: column;
      align-items: flex-start;
  }

  .info-text {
      margin-bottom: 10px;
  }
}

.myapp-hourly-weather-container {
  
  overflow-x: auto; 
}

.myapp-hourly-weather-container::-webkit-scrollbar {
  height: 20px; 
}

.myapp-hourly-weather-container::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 8px; 
}

.myapp-hourly-weather-container::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 8px; 
}

.myapp-hourly-weather-container::-webkit-scrollbar-thumb:hover {
  background: #007bff; 
}

.myapp-hourly-weather-container {
  scrollbar-width: auto; 
  scrollbar-color: #007bff #f1f1f1; 
}

.myapp-hourly-weather-container {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.myapp-new-day-marker {
  background-color: #ccc; 
  width: 100%; 
  text-align: center; 
  padding: 20px 20px; 
  box-sizing: border-box; 
  margin: 10px 0;
  font-weight: bold;
  font-family: 'Roboto', sans-serif; 
}

.email-link {
  color: #007bff; 
}

.report-link {
  color: #007bff; /* Replace with your desired color */
}


</pre></body></html>