@charset "UTF-8";

.start-page {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 0;
}

.start-brand {
  text-align: center;
  margin-bottom: 1.75rem;
}

.start-brand-logo {
  max-width: 380px;
  width: 84%;
  height: auto;
  margin-bottom: 0.875rem;
}

.start-subtitle {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.start-search {
  max-width: none;
  margin: 0 auto 2.25rem;
}

.start-search .form-control {
  height: 3.75rem;
  padding-left: 3.25rem;
  border-color: #d7dce2;
  box-shadow: 0 0.125rem 0.375rem rgba(41, 58, 80, 0.08);
  font-size: 1.15rem;
}

.start-search .btn {
  min-height: 3.75rem;
  min-width: 8.5rem;
}

.start-search .form-control-feedback {
  height: 3.75rem;
  line-height: 3.75rem;
}

.start-search .form-control-feedback i {
  line-height: 3.75rem;
}

.start-search-button {
  color: #fff;
  background-color: #293a50;
  border-color: #293a50;
}

.start-search-button:hover,
.start-search-button:focus {
  color: #fff;
  background-color: #1f2d3d;
  border-color: #1f2d3d;
}

.start-shortcuts {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.start-shortcut {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  min-height: 5.5rem;
  padding: 0.875rem;
  color: #333;
  background: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.375rem rgba(41, 58, 80, 0.07);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.start-shortcut:hover,
.start-shortcut:focus {
  color: #222;
  border-color: #2196F3;
  box-shadow: 0 0.375rem 0.875rem rgba(33, 150, 243, 0.16);
  transform: translateY(-1px);
  text-decoration: none;
}

.start-shortcut i {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #293a50;
  border-radius: 0.375rem;
  font-size: 1.25rem;
  flex: 0 0 auto;
}

.start-shortcut-copy,
.start-shortcut-title,
.start-shortcut-note {
  display: block;
  min-width: 0;
}

.start-shortcut-title {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.25;
}

.start-shortcut-note {
  color: #777;
  font-size: 0.78rem;
  line-height: 1.35;
  margin-top: 0.15rem;
}

.start-weather {
  margin-top: 1.25rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.375rem rgba(41, 58, 80, 0.07);
}

.start-weather-header,
.start-weather-body,
.start-weather-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.start-panel-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.125rem;
}

.start-panel-subtitle {
  color: #777;
  margin-bottom: 0;
}

.start-weather-body {
  align-items: flex-start;
  padding: 1rem 0;
}

.start-weather-metrics {
  display: flex;
  gap: 0.75rem;
  min-width: 11.5rem;
}

.start-weather-metric {
  min-width: 5.25rem;
  padding: 0.75rem;
  background: #f8fafc;
  border: 1px solid #e8edf2;
  border-radius: 0.375rem;
  text-align: center;
}

.start-weather-metric span,
.start-weather-metric strong {
  display: block;
}

.start-weather-metric span {
  color: #777;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.start-weather-metric strong {
  color: #293a50;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
}

.start-weather-copy {
  flex: 1;
  min-width: 0;
}

.start-weather-copy strong,
.start-weather-copy span {
  display: block;
}

.start-weather-copy strong {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.start-weather-copy span {
  color: #666;
  line-height: 1.45;
}

.start-weather-footer {
  color: #777;
  font-size: 0.78rem;
  border-top: 1px solid #eef1f4;
  padding-top: 0.75rem;
}

.start-weather-footer a {
  font-weight: 500;
  white-space: nowrap;
}

.start-weather-days {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding-bottom: 1rem;
}

.start-weather-day {
  min-height: 6.5rem;
  padding: 0.875rem;
  background: #f8fafc;
  border: 1px solid #e8edf2;
  border-radius: 0.375rem;
}

.start-weather-day strong,
.start-weather-day span {
  display: block;
}

.start-weather-day strong {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.start-weather-day-temp {
  color: #293a50;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

.start-weather-day-forecast {
  color: #666;
  font-size: 0.78rem;
  line-height: 1.35;
}

.copyable-ip {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.copy-status {
  float: right;
  margin-left: 1rem;
  color: #2196F3;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .start-page {
    padding: 1rem 0;
  }

  .start-brand {
    margin-bottom: 1.25rem;
  }

  .start-brand-logo {
    max-width: 220px;
  }

  .start-shortcuts {
    flex-direction: column;
  }

  .start-weather-header,
  .start-weather-body,
  .start-weather-footer {
    display: block;
  }

  .start-weather-header .btn {
    width: 100%;
    margin-top: 0.75rem;
  }

  .start-weather-metrics {
    margin-bottom: 0.75rem;
  }

  .start-weather-footer a {
    display: block;
    margin-top: 0.35rem;
  }

  .start-weather-days {
    grid-template-columns: 1fr;
  }

  .start-search .input-group {
    display: block;
  }

  .start-search .form-group-feedback,
  .start-search .input-group-append,
  .start-search .btn {
    width: 100%;
  }

  .start-search .btn {
    margin-top: 0.625rem;
    border-radius: 0.1875rem !important;
  }
}
