.life-weather-view {
  position: relative;
  min-height: 100%;
  padding: 18px;
  box-sizing: border-box;
  color: #173451;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.9), transparent 26%),
    radial-gradient(circle at 86% 20%, rgba(128, 202, 255, 0.42), transparent 30%),
    linear-gradient(180deg, #dff3ff 0%, #eef9ff 44%, #fff8ed 100%);
  overflow-y: auto;
}

.life-weather-hero {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(104, 169, 216, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 34px rgba(73, 138, 188, 0.18);
  backdrop-filter: blur(12px);
}

.life-weather-hero__return {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 15px;
  color: #2d6d99;
  font-size: 30px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(82, 151, 205, 0.18);
}

.life-weather-hero p {
  margin: 0 0 2px;
  color: rgba(45, 109, 153, 0.72);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.life-weather-hero h2 {
  margin: 0;
  color: #153b5a;
  font-size: 23px;
  letter-spacing: 0.04em;
}

.life-weather-hero__icon {
  margin-left: auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff8cf;
  font-size: 27px;
  background: linear-gradient(135deg, #ffc64d, #ff8d66);
  box-shadow: 0 14px 26px rgba(255, 148, 77, 0.28);
}

.life-weather-panels {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding-bottom: 24px;
}

.life-weather-card {
  padding: 15px;
  border: 1px solid rgba(97, 157, 205, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 32px rgba(69, 128, 173, 0.14);
}

.life-weather-card__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.life-weather-card__head strong {
  color: #173451;
  font-size: 17px;
}

.life-weather-card__head span {
  color: rgba(49, 91, 124, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.life-weather-field {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}

.life-weather-field span {
  color: rgba(37, 78, 111, 0.78);
  font-size: 12px;
  font-weight: 700;
}

.life-weather-field input,
.life-weather-field select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid rgba(90, 153, 202, 0.22);
  border-radius: 15px;
  outline: none;
  color: #173451;
  font: inherit;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.life-weather-field input:focus,
.life-weather-field select:focus {
  border-color: rgba(70, 151, 214, 0.54);
  box-shadow:
    0 0 0 3px rgba(105, 184, 244, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.life-weather-button {
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  border: 0;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, #43a5ee, #72c6ff);
  box-shadow: 0 14px 28px rgba(51, 148, 226, 0.24);
}

.life-weather-button--other {
  background: linear-gradient(135deg, #7c9cff, #8fd2ff);
}

.life-weather-button:disabled {
  opacity: 0.55;
  box-shadow: none;
}

.life-weather-result {
  margin-top: 14px;
  padding: 12px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(238, 249, 255, 0.9), rgba(255, 250, 235, 0.88));
  border: 1px solid rgba(99, 166, 215, 0.18);
}

.life-weather-result__head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(31, 80, 116, 0.74);
  font-size: 12px;
}

.life-weather-result__head strong {
  color: #184668;
  font-size: 13px;
}

.life-weather-result__alias {
  margin: 10px 0 4px;
  color: #285f87;
  font-size: 18px;
  font-weight: 800;
}

.life-weather-result__weather {
  margin: 0;
  color: rgba(39, 77, 104, 0.76);
  font-size: 13px;
  line-height: 1.6;
}

.life-weather-result__error {
  margin: 8px 0 0;
  color: #c45a50;
  font-size: 12px;
  line-height: 1.5;
}
