<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font: normal 100%/1.25 "Alegreya Sans", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-color: #512DA8;
  background-image: url(../image/city-skyline.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 800px;
}

::-webkit-input-placeholder {
  color: #C9C9C9;
}

:-moz-placeholder {
  color: #C9C9C9;
}

::-moz-placeholder {
  color: #C9C9C9;
}

:-ms-input-placeholder {
  color: #C9C9C9;
}

legend {
  margin-bottom: 1rem;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.8);
}

fieldset {
  border: none;
  padding: 0;
  color: white;
}

label {
  font-weight: 400;
}

button,
input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 2px;
}

input[type=text] {
  box-sizing: border-box;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0 0 0.875rem;
  padding: 0.875rem;
  font-weight: 400;
}

button:not(#back) {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.15);
  max-width: 410px;
  margin-top: 1rem;
  padding: 0.875rem;
  transition: 200ms all ease-in-out;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  background: #E81E63;
  color: white;
}
button:not(#back):hover {
  cursor: pointer;
  background: #cd1554;
}

.flip-container {
  perspective: 1000px;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  height: 100%;
  min-height: 290px;
  width: 200px;
}

.flipper {
  transition: 500ms;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  z-index: 2;
}

.back {
  transform: rotateY(180deg);
}

.fadein-stagger &gt; * {
  opacity: 0;
}
.fadein-stagger &gt; *.js-animated {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.fadein-stagger &gt; * {
  transition-property: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateY(-30px);
}
.fadein-stagger &gt; *:nth-of-type(1) {
  transition-delay: 50ms;
}
.fadein-stagger &gt; *:nth-of-type(2) {
  transition-delay: 100ms;
}
.fadein-stagger &gt; *:nth-of-type(3) {
  transition-delay: 150ms;
}
.fadein-stagger &gt; *:nth-of-type(4) {
  transition-delay: 200ms;
}
.fadein-stagger &gt; *:nth-of-type(5) {
  transition-delay: 250ms;
}
.fadein-stagger &gt; *:nth-of-type(6) {
  transition-delay: 300ms;
}
.fadein-stagger &gt; *:nth-of-type(7) {
  transition-delay: 350ms;
}
.fadein-stagger &gt; *:nth-of-type(8) {
  transition-delay: 400ms;
}

.app {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#logo {
  height: 100px;
  margin-bottom: 0.5rem;
  width: 100px;
}

.form {
  max-width: 410px;
  width: 100%;
  color: white;
}
.form ul {
  overflow: auto;
}

#city-search {
  width: 100%;
}

.form-field:nth-of-type(2) {
  float: left;
  width: auto;
}
.form-field:nth-of-type(3) {
  float: right;
  width: auto;
}
.form-field:nth-of-type(4) {
  clear: both;
}

.city {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  width: 100%;
  font-weight: 700;
  text-align: center;
  color: white;
}

.summary {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0.75rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  margin-top: 1.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  background: #673AB7;
  color: white;
}

.hourly {
  word-wrap: break-word;
}
.hourly b {
  display: block;
  padding: 0.5rem;
  text-align: center;
  background: #673AB7;
  color: white;
}
.hourly ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}

.hourly ul li {
  margin: 0.1875rem;
}
.hourly ul li:not(:last-of-type)::after {
  content: ",";
}

#back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 200ms all ease-in-out;
  padding: 0.5rem;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  background: #E81E63;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #E81E63;
  color: white;
}
#back:hover {
  cursor: pointer;
  background: #cd1554;
}

.graphic {
  width: 100%;
  padding: 1rem;
  margin-left: -1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  background: #673AB7;
}
.graphic canvas {
  display: block;
  height: 100%;
  width: 100%;
}

#forecast {
  display: flex;
  align-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
  margin: auto;
  max-width: 900px;
  padding-left: 0;
  width: 100%;
}
#forecast &gt; li {
  margin: 0.475rem;
}

.card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #673AB7;
  color: white;
}
.card:hover {
  cursor: pointer;
}
.card.front &gt; div {
  padding: 1rem;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

label[for=celsius],
label[for=celsius]::before {
  transition: 200ms all ease-in-out;
}

label[for=celsius] {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 1.5;
  cursor: pointer;
}
label[for=celsius]::before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #512DA8;
  border-radius: 2px;
  z-index: -1;
}

input[type=checkbox]:checked + label {
  padding-left: 10px;
  color: white;
}
input[type=checkbox]:checked + label::before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #512DA8;
}

.list-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}</pre></body></html>