/* BALYK04: weather moon block and bite calculator */
.weather-moon{
  margin-top:8px;
  padding:9px 11px;
  border:1px solid #d6eafa;
  border-radius:14px;
  background:#f5fbff;
  color:#092a57;
  display:grid;
  gap:3px;
}
.weather-moon b{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:14px;
  font-weight:900;
}
.weather-moon span:not([data-weather-moon-icon]){
  font-size:12px;
  color:#4f6f98;
  font-weight:800;
  line-height:1.35;
}
.weather-moon small{
  color:#6a83a4;
  font-weight:800;
  line-height:1.35;
}
.home-weather-feature .weather-moon small{
  display:none;
}
.home-weather-feature .weather-moon{
  padding:7px 10px;
}
.weather-moon-panel{
  margin:14px 0 0;
  padding:16px;
  border:1px solid #d6eafa;
  border-radius:20px;
  background:linear-gradient(135deg,#ffffff,#f1f9ff);
  color:#092a57;
  display:grid;
  gap:10px;
}
.weather-moon-panel>div{
  display:flex;
  align-items:center;
  gap:12px;
}
.weather-moon-panel [data-weather-moon-icon]{
  width:48px;
  height:48px;
  border-radius:16px;
  background:#eaf6ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  box-shadow:0 10px 22px rgba(30,96,160,.08);
}
.weather-moon-panel h3{
  margin:0 0 4px;
  font-size:22px;
}
.weather-moon-panel p{
  margin:0;
  color:#4f6f98;
  font-weight:800;
  line-height:1.5;
}
.weather-moon-panel small{
  color:#6a83a4;
  font-weight:800;
  line-height:1.45;
}
.bite-calculator-module{
  display:grid;
  gap:16px;
  margin:22px 0 30px;
}
.bite-calc-head,
.bite-calc-grid,
.bite-calc-result{
  border:1px solid #d6eafa;
  border-radius:24px;
  background:linear-gradient(135deg,#ffffff,#f7fcff);
  box-shadow:0 14px 34px rgba(30,96,160,.07);
}
.bite-calc-head{
  padding:20px;
}
.bite-calc-head span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 12px;
  border-radius:999px;
  background:#e7f8ef;
  color:#08703f;
  font-weight:900;
}
.bite-calc-head h2{
  margin:12px 0 8px;
  font-size:34px;
  color:#092a57;
}
.bite-calc-head p{
  max-width:860px;
  margin:0;
  color:#4f6f98;
  font-weight:800;
  line-height:1.55;
}
.bite-calc-grid{
  padding:16px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.bite-calc-grid label{
  display:grid;
  gap:6px;
  color:#092a57;
  font-weight:900;
}
.bite-calc-grid input,
.bite-calc-grid select{
  width:100%;
  min-height:44px;
  border:1px solid #cfe7fb;
  border-radius:14px;
  background:#fff;
  color:#092a57;
  padding:0 12px;
  font-weight:800;
  outline:none;
  box-sizing:border-box;
}
.bite-calc-grid input:focus,
.bite-calc-grid select:focus{
  border-color:#1e88f5;
  box-shadow:0 0 0 3px rgba(30,136,245,.12);
}
.bite-calc-factors{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.bite-calc-factors label{
  min-height:40px;
  padding:8px 10px;
  border:1px solid #d6eafa;
  border-radius:14px;
  background:#f8fcff;
  display:flex;
  align-items:center;
  gap:8px;
  line-height:1.25;
}
.bite-calc-factors input{
  width:auto;
  min-height:0;
  accent-color:#1e88f5;
}
.bite-calc-grid .blue-btn{
  grid-column:1 / -1;
  justify-self:start;
  min-width:190px;
}
.bite-calc-result{
  padding:16px;
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  gap:16px;
  align-items:start;
}
.bite-score{
  min-height:150px;
  border-radius:20px;
  background:#eaf6ff;
  border:1px solid #cfe7fb;
  display:grid;
  place-items:center;
  text-align:center;
  color:#092a57;
}
.bite-score strong{
  font-size:42px;
  line-height:1;
}
.bite-score span{
  font-weight:900;
  color:#4f6f98;
}
.bite-calc-result h3{
  margin:0 0 8px;
  color:#092a57;
  font-size:24px;
}
.bite-calc-result p{
  margin:0 0 10px;
  color:#4f6f98;
  font-weight:800;
  line-height:1.5;
}
.bite-calc-result dl{
  margin:0;
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  gap:7px 12px;
}
.bite-calc-result dt{
  color:#092a57;
  font-weight:900;
}
.bite-calc-result dd{
  margin:0;
  color:#4f6f98;
  font-weight:800;
}
.bite-calc-explain{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.bite-calc-explain div{
  border:1px solid #d6eafa;
  border-radius:18px;
  background:#fff;
  padding:13px;
  display:grid;
  gap:7px;
}
.bite-calc-explain b{
  color:#092a57;
  font-size:18px;
}
.bite-calc-explain span{
  color:#4f6f98;
  font-weight:800;
  line-height:1.35;
}
.bite-calc-warning{
  grid-column:1 / -1;
  margin:0;
  padding:12px 14px;
  border-radius:16px;
  background:#eef8ff;
  border:1px solid #d6eafa;
  color:#4f6f98;
  font-weight:900;
}
@media(max-width:980px){
  .bite-calc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bite-calc-factors{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bite-calc-result{grid-template-columns:1fr}
}
@media(max-width:620px){
  .bite-calc-head h2{font-size:28px}
  .bite-calc-grid,
  .bite-calc-factors,
  .bite-calc-explain{grid-template-columns:1fr}
  .bite-calc-result dl{grid-template-columns:1fr}
  .weather-moon-panel>div{align-items:flex-start}
}
