*{margin:0;padding:0;box-sizing:border-box}#canuelas-header{background-color:#2e7d32;color:#fff;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;box-shadow:0 2px 10px rgb(0 0 0 / .2);position:relative;z-index:1000;width:100%}.header-left{flex:0 0 auto;display:flex;align-items:center}.weather-widget{transform:scale(.75);transform-origin:left center}.header-center{flex:1 1 auto;text-align:center;padding:0 15px;min-width:250px}.site-title{font-size:1.8rem;font-weight:700;margin-bottom:5px;color:#fff;text-shadow:1px 1px 2px rgb(0 0 0 / .3)}.page-title{font-size:1.2rem;font-weight:400;margin-bottom:5px;color:#e8f5e9}.current-date{font-size:.9rem;margin-bottom:10px;color:#c8e6c9}.search-container{max-width:400px;margin:0 auto}.header-right{flex:0 0 auto}.visitor-widget{width:150px;height:192px;background-color:rgb(0 0 0 / .8);border-radius:10px;padding:10px;color:#fff;overflow:hidden;position:relative;box-shadow:0 5px 15px rgb(0 0 0 / .5);border:1px solid rgb(255 255 255 / .1);font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}.widget-header{text-align:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgb(255 255 255 / .2)}.widget-title{font-size:12px;font-weight:700;color:#ff6b6b;margin-bottom:3px}.live-indicator{display:flex;align-items:center;justify-content:center;font-size:10px;color:#ff4757}.live-pulse{width:8px;height:8px;background-color:#ff4757;border-radius:50%;margin-right:5px;animation:pulse 1.5s infinite}.visitor-list{height:110px;overflow-y:auto;font-size:10px;line-height:1.3}.visitor-item{padding:5px 0;border-bottom:1px solid rgb(255 255 255 / .1);animation:fadeIn 0.5s ease-out}.visitor-item:last-child{border-bottom:none}.visitor-ip{color:#4ecdc4;font-weight:700;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.visitor-city{color:#f9f9f9;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.visitor-time{color:rgb(255 255 255 / .6);font-size:9px;display:block;text-align:right}.pulse-button{position:absolute;bottom:10px;right:10px;width:16px;height:16px;background-color:red;border-radius:50%;cursor:pointer;box-shadow:0 0 0 rgb(255 0 0 / .4);animation:pulse 2s infinite;display:flex;justify-content:center;align-items:center}.pulse-button i{color:#fff;font-size:8px}.widget-footer{position:absolute;bottom:10px;left:10px;font-size:8px;color:rgb(255 255 255 / .5)}.stats-bar{display:flex;justify-content:space-between;margin-top:5px;font-size:9px;color:rgb(255 255 255 / .7)}@keyframes pulse{0%{box-shadow:0 0 0 0 rgb(255 0 0 / .7)}70%{box-shadow:0 0 0 8px #fff0}100%{box-shadow:0 0 0 0 #fff0}}@keyframes fadeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.visitor-list::-webkit-scrollbar{width:3px}.visitor-list::-webkit-scrollbar-track{background:rgb(255 255 255 / .1);border-radius:10px}.visitor-list::-webkit-scrollbar-thumb{background:#ff6b6b;border-radius:10px}@media (max-width:1024px){.header-center{order:1;flex-basis:100%;margin-top:10px;margin-bottom:10px}.header-left,.header-right{flex:1}.header-right{text-align:right}}@media (max-width:768px){#canuelas-header{padding:8px 10px}.site-title{font-size:1.5rem}.page-title{font-size:1rem}.weather-widget{transform:scale(.65)}.visitor-widget{width:130px;height:170px}.visitor-list{height:90px}}@media (max-width:480px){.header-left,.header-right{flex-basis:50%}.weather-widget{transform:scale(.6)}.visitor-widget{width:120px;height:160px}.site-title{font-size:1.3rem}.current-date{font-size:.8rem}}body.admin-bar #canuelas-header{top:32px}@media (max-width:782px){body.admin-bar #canuelas-header{top:46px}}