*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(#f5eeef,#dac3f8);color:#fff}#root{width:100%}.container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:510px;margin:0 auto;width:100%;padding:.7rem 1.3rem;background:linear-gradient(#352163,#33143c);border-radius:10px;box-shadow:0 10px 20px #00000003}.search-section{width:100%;height:60px;display:flex;justify-content:center;align-items:center}.search-form{width:100%;height:100%;gap:10px;padding:10px;display:flex;justify-content:center;align-items:center}.search-input{width:80%;border-radius:10px;height:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.25);padding:0 10px;color:#fff;font-size:16px;outline:none}.search-input::placeholder{color:#ddd}.search-input:focus{border-color:#a38cd9}.location-button,.search-button{width:20%;height:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.25);border-radius:10px;cursor:pointer;color:#fff;position:relative}.location-button{height:65%}.location-button:hover,.search-button:hover{color:#b39fdf;border-color:#a38cd9}.location-button:after{position:absolute;content:"Your Location";width:70px;padding:10px;background:#f0f8ff;bottom:-100%;left:0;font-size:10px;border-radius:10px;opacity:0;transform:translateY(-100%);transition:all .3s ease}.location-button:hover:after{opacity:1;transform:translateY(0)}svg{width:50%;height:50%;fill:#fff}.weather-section{width:100%;min-height:350px;display:flex;justify-content:center}.weather-info{width:80%;height:100%;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:space-around}.loading-container{text-align:center;padding:32px 0}.loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background-color:#fee2e2;border:1px solid #ef4444;color:#dc2626;padding:12px 16px;border-radius:10px;margin-bottom:16px}.weather-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:24px}.location-name{font-size:24px;font-weight:700;margin:8px 0}.date{margin-bottom:16px}.weather-main{display:flex;align-items:center;margin-bottom:16px;flex-direction:column;width:100%;text-align:center}.weather-icon{width:64px;height:64px}.weather-info{flex:1}.temperature{font-size:32px;font-weight:700}.weather-details{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.weather-detail-item{text-align:center;padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.25);border-radius:10px}.detail-label{color:#fff;margin-bottom:4px}.detail-value{font-size:20px;font-weight:600}@media screen and (max-width: 750px){.container{max-width:90%}}
