.left-panel{flex:1;height:100vh;background-image:url(assets/bg.png);background-size:cover;background-position:center;color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column}.overlay{background:linear-gradient(to bottom right,#00ccff80,#6633ff80);flex:1;padding:40px 30px;display:flex;flex-direction:column;justify-content:space-between;border-radius:30px 0 0 30px;box-sizing:border-box;overflow:hidden}.location-info{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.5rem;overflow:hidden;word-break:break-word}.left-panel .day{font-size:1.6rem;font-weight:600}.left-panel .date{font-size:1rem;color:#e0e0e0}.left-panel .city{font-size:2rem;font-weight:700}.temperature{font-size:2.5rem;font-weight:700}.forecast-card{background:#fff;border-radius:10px;padding:15px;text-align:center;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:transform .2s,border .2s}.forecast-card:hover{transform:scale(1.05)}.forecast-card.selected{border:3px solid #0072ff;transform:scale(1.05)}.forecast-icon{font-size:2.5rem;line-height:1;margin-bottom:5px}.forecast-day{font-weight:700;margin-top:5px}.forecast-temp{color:#333}.forecast-date{font-size:.85rem;color:#666;margin-top:2px}.outfit-card{display:flex;justify-content:center;align-items:center;margin-top:2rem;padding:1rem;max-width:100%;box-sizing:border-box;overflow:hidden}.outfit-card img{width:100%;max-width:420px;height:auto;border-radius:20px;object-fit:cover;box-shadow:0 10px 30px #00000040;transition:transform .3s ease}.outfit-card img:hover{transform:scale(1.03)}@media (max-width: 768px){.outfit-card{padding:.5rem;margin-top:1rem}.outfit-card img{border-radius:12px}}.right-panel{flex:1;background-color:#1c1f26;padding:40px;color:#fff;display:flex;flex-direction:column;justify-content:flex-start}.forecast-section{display:flex;gap:15px;margin-bottom:40px}.outfit-section h3{margin-bottom:10px}.dashboard-container{display:flex;height:100vh;font-family:Poppins,sans-serif}@media (max-width: 768px){.dashboard-container{flex-direction:column;overflow-y:auto}}.app{font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;margin-top:20px}.location-form{display:flex;gap:10px;margin-bottom:20px}.location-form input{padding:10px 15px;border-radius:8px;border:1px solid #ccc;font-size:1rem;width:200px}.location-form button{padding:10px 15px;border-radius:8px;border:none;background:linear-gradient(to right,#00c6ff,#0072ff);color:#fff;font-weight:700;cursor:pointer;transition:background .3s ease}.location-form button:hover{background:linear-gradient(to right,#0072ff,#00c6ff)}.loader-container{margin-top:50px}.spinner{border:6px solid #f3f3f3;border-top:6px solid #0072ff;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{margin:0;padding:0;font-family:Poppins,sans-serif;background:linear-gradient(135deg,#0052d4,#4364f7,#6fb1fc);background-size:cover;background-repeat:no-repeat;min-height:100vh}@media (max-width: 768px){.location-form{flex-direction:column;align-items:center}}body{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;background:#121212}
