html,body{box-sizing:border-box;font-family:Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(135deg,#74ebd5,#acb6e5)}h1{text-align:center;color:#0077b6;font-size:2em;padding:5px}.form-weather-bar{width:100%;max-width:70%;margin:0 auto 16px;display:flex;justify-content:center}.search-bar-container{position:relative;width:100%;display:flex;align-items:center}.search-bar-container input[type=text]{width:100%;padding:14px 52px 14px 18px;border-radius:32px;border:none;background:#ffffffd9;font-size:1.1em;color:#222;box-shadow:0 2px 16px #1f26871a;outline:none;transition:box-shadow .2s,background .2s}.search-bar-container input[type=text]:focus{background:#fff;box-shadow:0 4px 24px #1f26872e}.search-bar-container button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:linear-gradient(120deg,#48cae4,#0077b6);border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 2px 8px #1f26871a;transition:background .2s,transform .2s;font-size:1.2em;z-index:2}.search-bar-container button:hover{background:linear-gradient(120deg,#0077b6,#48cae4);transform:translateY(-50%) scale(1.12)}body:before{content:"";position:fixed;inset:0;z-index:-1;background:linear-gradient(120deg,#89f7fe,#66a6ff);animation:bgMove 10s ease-in-out infinite alternate;opacity:.7}@keyframes bgMove{0%{filter:blur(0px) brightness(1)}to{filter:blur(4px) brightness(1.1)}}.weather-container{width:96vw;height:92vh;max-width:1400px;max-height:900px;margin:2vh auto;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:90px 90px 1fr 150px;gap:10px 10px;align-content:stretch;justify-items:stretch;box-sizing:border-box;padding:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow:hidden;border-radius:20px}.message{display:flex;color:#4c5456;justify-content:center;font-family:fantasy;letter-spacing:2px;font-size:26px}.weather-item{width:100%;height:90%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:#ffffff2e;border-radius:18px;box-shadow:0 8px 32px #1f26872e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25);color:#222;font-size:1em;transition:transform .3s,box-shadow .3s;animation:fadeInUp .8s cubic-bezier(.39,.575,.565,1) both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.weather-item:hover{transform:scale(1.04) translateY(-4px);box-shadow:0 12px 40px #1f268738}.weather-item:nth-child(1){grid-column:1 / -1;font-size:1.8em;font-weight:600;letter-spacing:1px;background:#ffffff40}.weather-item:nth-child(2){grid-row:2 / 4;grid-column:1 / 4;font-size:2em;font-weight:500;color:#0077b6;background:#ffffff47}.weather-item:nth-child(3){grid-column:4 / 10;background:#ffffff38}.weather-item:nth-child(4){grid-row:2 / 4;grid-column:10 / 13;font-size:2em;font-weight:500;color:#0077b6;background:#ffffff47}.weather-item:nth-child(5){grid-column:4 / 10;grid-row:3 / 4;font-size:3em;font-weight:700;color:#023e8a;background:#ffffff4d}.weather-item.weather-data-row{margin:-25px -25px -25px 5px;display:flex;gap:12px;width:100%;height:100%;justify-content:space-evenly;align-items:stretch;background:none;box-shadow:none;grid-column:1 / -1;grid-row:4 / 5;overflow:hidden}.weather-item.weather-data-row .weather-data-card{min-width:35%;flex:1 0 1;max-width:100%;margin:6px 0;box-sizing:border-box}@media (max-width: 900px),(max-height: 700px){.weather-container{width:99vw;height:99vh;max-width:100vw;max-height:100vh;grid-template-rows:70px 70px 1fr 70px}.weather-item.weather-data-row{flex-direction:column;gap:8px;height:100%}.weather-item.weather-data-row .weather-data-card{min-height:60px}}.weather-item:nth-child(6){width:100%;grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:20px;justify-items:center;align-items:center;background:#ffffff2e}.weather-item:nth-child(6) .weather-f-item{background:#ffffff59;border-radius:12px;padding:18px 24px;font-size:1.1em;box-shadow:0 2px 8px #1f26871a;margin:8px 0;transition:background .3s}.weather-item:nth-child(6) .weather-f-item:hover{background:#66a6ff2e}.weather-item:nth-child(6) .weather-f-item:nth-child(1){grid-column:1 / 2}.weather-item:nth-child(6) .weather-f-item:nth-child(2){grid-column:2 / 3}.weather-item:nth-child(6) .weather-f-item:nth-child(3){grid-column:3 / 4}.location-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.text-temp{font-weight:700;font-size:2em;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;color:#0077b6;text-shadow:0 2px 8px rgba(102,166,255,.18)}.weather-data-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px;background:#ffffff40;border-radius:18px;overflow:hidden;flex:1;margin:6px}.weather-data-card .icon-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.13;font-size:5em;width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.weather-data-card .data-title{font-size:.95em;color:#0077b6;font-weight:500;margin-bottom:6px;margin-top:8px;z-index:1;letter-spacing:1px;text-align:center}.weather-data-card .data-value{font-size:2em;font-weight:700;color:#023e8a;z-index:1;margin-top:6px;text-shadow:0 2px 8px rgba(102,166,255,.08);text-align:center}.location-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60px;background:#ffffff40;border-radius:18px;overflow:hidden;flex:1;margin:6px}.location-card .icon-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.13;font-size:5em;width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.location-card .data-title{font-size:.95em;color:#0077b6;font-weight:500;margin-bottom:6px;margin-top:8px;z-index:1;letter-spacing:1px;text-align:center}.location-card .data-value{font-size:2em;font-weight:700;color:#023e8a;z-index:1;margin-top:6px;text-shadow:0 2px 8px rgba(102,166,255,.08);text-align:center}
