*{margin:0;padding:0;box-sizing:border-box}.fa-arrow-circle-right:before{content:""}@media (max-width:768px){.weather-city-list{display:ruby!important}}@media (max-width:480px){.weather-city-list{display:ruby!important}}.weather-widget-container{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#333;line-height:1.6;min-height:100vh;padding:20px 0}.weather-widget-container .fas,.weather-widget-container .fa{font-family:'Arial',sans-serif!important;font-style:normal!important;font-weight:normal!important;display:inline-block!important;text-decoration:none!important}.weather-widget-container .fa-thermometer-half::before{content:"🌡️"!important;font-family:'Arial',sans-serif!important}.weather-widget-container .fa-tint::before{content:"💧"!important;font-family:'Arial',sans-serif!important}.weather-widget-container .fa-wind::before{content:"💨"!important;font-family:'Arial',sans-serif!important}.weather-widget-container .fa-eye::before{content:"👁️"!important;font-family:'Arial',sans-serif!important}.weather-widget-container .fa-thermometer-quarter::before{content:"🌡️"!important;font-family:'Arial',sans-serif!important}.weather-widget-container .fa-sun::before{content:"☀️"!important;font-family:'Arial',sans-serif!important}.weather-widget-container .fa-tachometer-alt::before{content:"📊"!important;font-family:'Arial',sans-serif!important}.weather-widget-container .fa-cloud-rain::before{content:"🌧️"!important;font-family:'Arial',sans-serif!important}.weather-widget-container .fa-chevron-left::before{content:"◀"!important;font-family:'Arial',sans-serif!important}.weather-widget-container .fa-chevron-right::before{content:"▶"!important;font-family:'Arial',sans-serif!important}.weather-widget-container .fa-angle-down::before{content:"▼"!important;font-family:'Arial',sans-serif!important}.container{max-width:1200px;margin:0 auto;padding:0 15px}.weather-menu{border-radius:20px;backdrop-filter:blur(10px);background:#fff;padding:20px 0;margin-bottom:20px}.weather-menu-inner{display:flex;justify-content:center;list-style:none;gap:30px;flex-wrap:wrap}.weather-menu-item{position:relative}.weather-menu-link{color:#fff;text-decoration:none;padding:10px 20px;border-radius:25px;transition:all 0.3s ease;font-weight:500}.weather-menu-item.active .weather-menu-link{background:rgba(255,255,255,.3);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2);font-weight:600}.weather-menu-link:hover{transform:translateY(-2px)}.weather-general{background:rgba(255,255,255,.95);border-radius:20px;padding:30px;margin-bottom:30px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.weather-main-title{text-align:center;margin-bottom:30px;color:#2c3e50;font-size:2.5rem;font-weight:700}.weather-main-title a{color:inherit;text-decoration:none}.weather-main-hero{text-align:center;margin-bottom:40px}.weather-main-hero img{width:120px;height:120px;margin-bottom:20px}.weather-main-hero .temp{font-size:4rem;font-weight:700;color:#3498db;margin-bottom:10px}.weather-main-hero .desc p{font-size:1.5rem;color:#7f8c8d;margin-bottom:5px}.weather-main-hero .desc span{color:#95a5a6;font-size:1.1rem}.weather-main-desc{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.weather-main-desc .item{display:flex;align-items:center;background:#f8f9fa;padding:20px;border-radius:15px;transition:transform 0.3s ease}.weather-main-desc .item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.weather-main-desc .icon{font-size:2rem;color:#3498db;margin-right:15px;width:50px;text-align:center}.weather-main-desc .information{flex:1}.weather-main-desc .item-title{font-size:.9rem;color:#7f8c8d;margin-bottom:5px;font-weight:500}.weather-main-desc .temp{font-size:1.2rem;font-weight:600;color:#2c3e50}.weather-day{margin-top:40px}.weather-day-temp{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:20px}.temp-item{text-align:center;background:#f8f9fa;padding:25px;border-radius:15px;transition:transform 0.3s ease}.temp-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.temp-item .h4{color:#7f8c8d;margin-bottom:15px;font-size:1rem;font-weight:600}.temp-item img{width:50px;height:50px;margin-bottom:15px}.temp-item div{font-size:1.2rem;font-weight:600;color:#2c3e50}.weather-detail{background:rgba(255,255,255,.95);border-radius:20px;padding:30px;margin-bottom:30px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.weather-time-title{text-align:center;margin-bottom:30px;color:#2c3e50;font-size:2rem;font-weight:700}.weather-time-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:30px}.weather-time-item{text-align:center;background:#f8f9fa;padding:20px;border-radius:15px;transition:transform 0.3s ease}.weather-time-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.weather-time-item .title{font-size:.9rem;color:#7f8c8d;margin-bottom:10px;font-weight:600}.weather-time-item .temp{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:10px}.weather-time-item img{width:40px;height:40px;margin-bottom:10px}.weather-time-item .humidity{font-size:.9rem;color:#7f8c8d;margin-bottom:5px}.weather-time-item .humidity i{margin-right:5px}.weather-time-item .desc{font-size:.9rem;color:#95a5a6}.weather-time-actions{display:flex!important;justify-content:center;gap:20px;margin-top:20px}.action-arrow{background:#3498db!important;border:none!important;padding:12px 16px!important;border-radius:50%!important;cursor:pointer!important;transition:all 0.3s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:45px!important;min-height:45px!important}.action-arrow:hover{background:#2980b9!important;transform:scale(1.1)!important}.action-arrow i{color:white!important;font-size:16px!important}.weather-feature{margin-top:40px}.weather-feature-title{text-align:center;margin-bottom:30px;color:#2c3e50;font-size:2rem;font-weight:700}.collapse{display:none;transition:all 0.3s ease}.collapse.show{display:block}.weather-feature-list{margin-bottom:30px}.weather-feature-item{background:#f8f9fa;border-radius:15px;margin-bottom:15px;overflow:hidden;transition:transform 0.3s ease}.weather-feature-item:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.weather-feature-sumary{padding:20px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background 0.3s ease;user-select:none}.weather-feature-sumary:hover{background:#e9ecef}.weather-feature-sumary .h4{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:5px}.weather-feature-sumary p{color:#7f8c8d;margin-bottom:10px}.weather-feature-sumary .image{width:50px;height:50px;margin:0 15px}.weather-feature-sumary .desc{color:#95a5a6;font-size:.9rem;margin-bottom:10px}.weather-feature-sumary .rain,.weather-feature-sumary .windy{display:flex;align-items:center;color:#7f8c8d;font-size:.9rem;margin-right:15px}.weather-feature-sumary .rain i,.weather-feature-sumary .windy i{margin-right:5px}.weather-feature-sumary i.fa-angle-down{color:#95a5a6;font-size:1.2rem;transition:transform 0.3s ease}.weather-feature-sumary[aria-expanded="true"] i.fa-angle-down{transform:rotate(180deg)}.weather-feature-content{padding:20px;background:#fff;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.weather-feature-content .item{display:flex;align-items:center}.weather-feature-content .icon{font-size:1.5rem;color:#3498db;margin-right:15px;width:30px;text-align:center}.weather-feature-content .h5{color:#7f8c8d;font-size:.9rem;margin-bottom:5px;font-weight:600}.weather-feature-content p,.weather-feature-content span{color:#2c3e50;font-weight:600}.weather-feature-btns{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.button-border{background:transparent;border:2px solid #3498db;color:#3498db;padding:12px 25px;border-radius:25px;text-decoration:none;font-weight:600;transition:all 0.3s ease}.button-border:hover{background:#3498db;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.container{padding:0 10px}.weather-menu{padding:15px 0;margin-bottom:15px}.weather-menu-inner{gap:10px;flex-wrap:nowrap;overflow-x:auto;padding:0 10px;-webkit-overflow-scrolling:touch}.weather-menu-item{flex-shrink:0}.weather-menu-link{padding:8px 16px;font-size:.9rem;white-space:nowrap}.weather-general{padding:20px 15px;margin-bottom:20px;border-radius:15px}.weather-main-title{font-size:1.8rem;margin-bottom:20px}.weather-main-hero{margin-bottom:25px}.weather-main-hero img{width:80px;height:80px;margin-bottom:15px}.weather-main-hero .temp{font-size:3rem;margin-bottom:8px}.weather-main-hero .desc p{font-size:1.2rem;margin-bottom:3px}.weather-main-hero .desc span{font-size:1rem}.weather-main-desc{grid-template-columns:1fr;gap:15px;margin-bottom:25px}.weather-main-desc .item{padding:15px;border-radius:12px}.weather-main-desc .icon{font-size:1.5rem;margin-right:12px;width:40px}.weather-main-desc .item-title{font-size:.85rem}.weather-main-desc .temp{font-size:1.1rem}.weather-day{margin-top:25px}.weather-day-temp{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:15px}.temp-item{padding:20px 15px;border-radius:12px}.temp-item .h4{font-size:.9rem;margin-bottom:12px}.temp-item img{width:40px;height:40px;margin-bottom:12px}.temp-item div{font-size:1.1rem;display:flex}.weather-detail{padding:20px 15px;margin-bottom:20px;border-radius:15px}.weather-time-title{font-size:1.5rem;margin-bottom:20px}.weather-time-list{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.weather-time-item{padding:15px 10px;border-radius:10px}.weather-time-item .title{font-size:.8rem;margin-bottom:8px}.weather-time-item .temp{font-size:1rem;margin-bottom:8px}.weather-time-item img{width:30px;height:30px;margin-bottom:8px}.weather-time-item .humidity{font-size:.8rem;margin-bottom:4px}.weather-time-item .desc{font-size:.8rem}.weather-feature{margin-top:25px}.weather-feature-title{font-size:1.5rem;margin-bottom:20px}.weather-feature-sumary{padding:15px;flex-direction:column;text-align:center;gap:10px}.weather-feature-sumary .h4{font-size:1.1rem;margin-bottom:5px}.weather-feature-sumary p{font-size:.9rem;margin-bottom:8px}.weather-feature-sumary .image{width:40px;height:40px;margin:0}.weather-feature-sumary .desc{font-size:.85rem;margin-bottom:8px}.weather-feature-sumary .rain,.weather-feature-sumary .windy{margin-right:0;margin-bottom:5px;font-size:.8rem}.weather-feature-content{grid-template-columns:1fr;gap:15px;padding:15px}.weather-feature-content .item{padding:10px}.weather-feature-content .icon{font-size:1.2rem;margin-right:10px;width:25px}.weather-feature-content .h5{font-size:.8rem}.weather-feature-content p,.weather-feature-content span{font-size:.9rem}.weather-feature-btns{flex-direction:column;align-items:center;gap:10px}.button-border{padding:10px 20px;font-size:.9rem}}@media (max-width:480px){.container{padding:0 8px}.weather-main-title{font-size:1.5rem}.weather-main-hero .temp{font-size:2.5rem}.weather-day-temp{grid-template-columns:1fr}.weather-time-list{grid-template-columns:repeat(2,1fr)}.weather-menu-inner{gap:8px;padding:0 5px}.weather-menu-link{padding:6px 12px;font-size:.8rem}.weather-main-desc .item{padding:12px}.weather-main-desc .icon{font-size:1.3rem;margin-right:10px;width:35px}.temp-item{padding:15px 12px}.weather-time-item{padding:12px 8px}.weather-feature-sumary{padding:12px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.weather-general,.weather-detail{animation:fadeInUp 0.6s ease-out}.weather-city{background:rgba(255,255,255,.95);border-radius:20px;padding:30px;margin-bottom:30px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.title-main h3{color:#2c3e50;font-size:1.8rem;font-weight:700;margin-bottom:25px;text-align:center}.weather-city-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin:0;padding:0}.weather-city-list li{background:#f8f9fa;border-radius:12px;padding:15px 20px;transition:all 0.3s ease;display:flex;align-items:center;gap:12px}.weather-city-list li:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.weather-city-list li i{color:#3498db;font-size:1.2rem;transition:transform 0.3s ease}.weather-city-list li:hover i{transform:translateX(5px)}.weather-city-list li a{color:#2c3e50;text-decoration:none;font-weight:500;flex:1;transition:color 0.3s ease}.weather-city-list li a:hover{color:#3498db}.weather-city-list li a{display:flex;flex-direction:column;gap:5px}.location-name{font-weight:600;font-size:1rem}.location-weather{font-size:.9rem;color:#7f8c8d;font-weight:400}.show-more-btn{text-align:center;margin-top:20px}.button-primary{background:#3498db;color:#fff;border:none;padding:12px 30px;border-radius:25px;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block}.button-primary:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 5px 15px rgba(52,152,219,.3)}@media (max-width:768px){.weather-city{padding:20px 15px;margin-bottom:20px}.title-main h3{font-size:1.5rem;margin-bottom:20px}.weather-city-list{grid-template-columns:1fr;gap:12px}.weather-city-list li{padding:12px 15px}.weather-city-list li i{font-size:1rem}}.weather-feature-list{display:flex;flex-direction:column;gap:.8rem}.weather-forecast-item{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;overflow:hidden;transition:all 0.3s ease;border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.08)}.weather-forecast-item:hover{border-color:#667eea;box-shadow:0 4px 15px rgba(102,126,234,.15);transform:translateY(-1px)}.weather-forecast-day{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;background:rgba(255,255,255,.8);border-bottom:1px solid rgba(0,0,0,.05)}.weather-forecast-date{display:flex;flex-direction:column;gap:.2rem}.weather-forecast-day-name{font-size:.95rem;font-weight:700;color:#2c3e50}.weather-forecast-day-number{font-size:.8rem;color:#666;font-weight:500}.weather-forecast-icon{display:flex;align-items:center;justify-content:center}.weather-forecast-icon img{width:35px;height:35px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.1))}.weather-forecast-temp{display:flex;align-items:center;gap:.6rem}.weather-forecast-temp-high{font-size:1.1rem;font-weight:700;color:#e74c3c}.weather-forecast-temp-low{font-size:1.1rem;font-weight:700;color:#3498db}.weather-forecast-desc{font-size:.85rem;color:#666;text-transform:capitalize;font-weight:500;text-align:center;flex:1;margin-left:.8rem}.weather-forecast-details{background:rgba(255,255,255,.9)}.weather-feature-sumary{display:flex;align-items:center;justify-content:center;padding:.4rem .8rem;cursor:pointer;transition:all 0.3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;width:100%;min-height:40px}.weather-feature-sumary:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-1px);box-shadow:0 2px 8px rgba(102,126,234,.2)}.weather-feature-icon{display:none}.weather-feature-text{display:none}.weather-feature-title{display:none}.weather-feature-subtitle{display:none}.weather-feature-arrow{display:flex!important;align-items:center;justify-content:center;width:24px;height:24px;background:rgba(255,255,255,.3);border-radius:50%;transition:transform 0.3s ease}.weather-feature-arrow .arrow-down{font-size:.8rem;color:#fff;font-weight:700;line-height:1}.weather-feature-arrow i{font-size:.8rem;color:#fff}.weather-forecast-item.active .weather-feature-arrow{transform:rotate(180deg)}.collapse{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.weather-forecast-item.active .collapse{max-height:300px}.weather-feature-content{padding:1rem;background:rgba(255,255,255,.95)}.weather-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.8rem}.weather-detail-item{display:flex;align-items:center;gap:.6rem;padding:.8rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;transition:all 0.3s ease;border:1px solid transparent}.weather-detail-item:hover{border-color:#667eea;transform:translateY(-1px);box-shadow:0 2px 8px rgba(102,126,234,.1)}.weather-detail-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;flex-shrink:0}.weather-detail-icon img{width:16px;height:16px;filter:brightness(0) invert(1)}.weather-detail-text{flex:1}.weather-detail-label{font-size:.75rem;color:#666;margin-bottom:.2rem;font-weight:500}.weather-detail-value{font-size:.9rem;font-weight:700;color:#2c3e50}@media (max-width:768px){.weather-feature-list{gap:.6rem}.weather-forecast-day{flex-direction:column;gap:.6rem;text-align:center;padding:.6rem .8rem}.weather-forecast-temp{justify-content:center}.weather-forecast-desc{margin-left:0;margin-top:.3rem}.weather-detail-grid{grid-template-columns:1fr;gap:.6rem}.weather-feature-sumary{padding:.6rem .8rem}.weather-feature-text{text-align:center}.weather-feature-content{padding:.8rem}.weather-detail-item{padding:.6rem}}.mb-3{margin-bottom:1rem}.mt-20{margin-top:20px}.text-dark{color:#2c3e50!important}.text-white{color:white!important}.text-uppercase{text-transform:uppercase}.w-100{width:100%!important}.weather-widget-container{margin:0;padding:20px 0}.weather-widget-container .container{max-width:1200px;margin:0 auto;padding:0 15px}.weather-widget-container+*{margin-top:0}.weather-widget-container *{box-sizing:border-box}.weather-widget-container h1,.weather-widget-container h2,.weather-widget-container h3,.weather-widget-container h4,.weather-widget-container h5,.weather-widget-container h6{margin:0;padding:0;font-weight:inherit;line-height:inherit}.weather-widget-container p{margin:0!important;padding:0!important}.weather-widget-container ul,.weather-widget-container ol{margin:0;padding:0;list-style:none}.weather-widget-container a{text-decoration:none;color:inherit}.weather-widget-container img{max-width:100%;height:auto;border:none;outline:none}.weather-widget-container button{border:none;outline:none;background:none;cursor:pointer}.weather-widget-container input,.weather-widget-container textarea,.weather-widget-container select{border:none;outline:none;background:none}