.home-container{width:100%;max-width:1400px;margin:0 auto;padding:40px 20px;animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{text-align:center;margin-bottom:50px}.h1-page{font-size:clamp(32px,5vw,48px);color:var(--text-dark);margin-bottom:16px;font-weight:700;line-height:1.2}.hero-subtitle{font-size:clamp(16px,2vw,20px);color:var(--text-light);margin-bottom:40px}.tools-section{margin-bottom:60px}.section-title{font-size:clamp(24px,3vw,32px);color:var(--text-dark);margin-bottom:24px;font-weight:700;text-align:center}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-bottom:40px}.tool-card{background:var(--card-bg);padding:32px 24px;border-radius:16px;border:1px solid var(--border-color);transition:all .3s ease;box-shadow:0 2px 8px var(--shadow);text-align:center}.tool-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-hover);border-color:var(--primary-color)}.tool-icon{font-size:48px;margin-bottom:16px}.tool-card h3{font-size:20px;color:var(--text-dark);margin-bottom:12px;font-weight:600}.tool-card p{font-size:14px;color:var(--text-light);margin:0}.weather-section{background:var(--card-bg);padding:32px;border-radius:16px;border:1px solid var(--border-color);box-shadow:0 2px 8px var(--shadow)}.weather-search-container{max-width:550px;margin:0 auto 32px;position:relative}.weather-search{display:flex;gap:12px;position:relative;z-index:1;margin-bottom:0}.weather-search input{flex:1 1;border-radius:10px}.weather-search input:focus{border-bottom-left-radius:0;border-bottom-right-radius:0}.weather-search button{white-space:nowrap;min-width:100px}.sugestoes-dropdown{position:absolute;top:calc(100% - 2px);left:0;right:112px;background:var(--card-bg);border:2px solid var(--primary-color);border-top:1px solid var(--border-color);border-radius:0 0 10px 10px;max-height:320px;overflow-y:auto;box-shadow:0 8px 16px var(--shadow-hover);z-index:100;margin-top:0}.sugestao-item{padding:14px 16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;border-bottom:1px solid var(--border-color)}.sugestao-item:last-child{border-bottom:none}.sugestao-item:hover{background:var(--secondary-color);padding-left:20px}.sugestao-nome{font-weight:500;color:var(--text-dark);font-size:15px}.sugestao-estado{font-size:13px;color:var(--text-light);background:var(--secondary-color);padding:4px 10px;border-radius:6px;font-weight:600}.sugestao-item:hover .sugestao-estado{background:var(--primary-color);color:white}.sugestoes-dropdown::-webkit-scrollbar{width:8px}.sugestoes-dropdown::-webkit-scrollbar-track{background:var(--secondary-color);border-radius:0 0 8px 0}.sugestoes-dropdown::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.sugestoes-dropdown::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}.weather-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:16px;gap:16px}.weather-card{background:var(--secondary-color);padding:20px;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease;text-align:center}.weather-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}.weather-city{font-size:18px;font-weight:600;color:var(--text-dark);margin-bottom:12px}.weather-temp{font-size:36px;font-weight:700;color:var(--primary-color);margin-bottom:8px}.weather-description{font-size:14px;color:var(--text-light);text-transform:capitalize;margin-bottom:8px}.weather-details{font-size:13px;color:var(--text-light);display:flex;justify-content:space-around;margin-top:12px;padding-top:12px;border-top:1px solid var(--border-color)}.loading{text-align:center;padding:40px;color:var(--text-light);font-size:16px}.error-message{text-align:center;padding:20px;background:#fee;color:var(--error);border-radius:8px;margin:20px 0}@media (max-width:768px){.home-container{padding:20px 15px}.weather-section{padding:20px}.weather-search-container{max-width:100%}.weather-search{flex-direction:column;gap:10px}.weather-search input{width:100%}.weather-search input:focus{border-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0}.weather-search button{width:100%}.sugestoes-dropdown{right:0;top:56px;margin-top:0;border-top:1px solid var(--border-color)}.sugestao-item{padding:12px 14px}.sugestao-nome{font-size:14px}.sugestao-estado{font-size:12px;padding:3px 8px}.weather-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.weather-card{padding:16px}.weather-temp{font-size:28px}}