:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#e3e2de;--foreground:#7D4FF}}body,html{margin:0;padding:0;height:100%;position:relative}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}nextjs-portal{left:unset!important;top:unset!important}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@keyframes loadingAnimation{0%{width:1%}50%{width:50%}to{width:100%}}.dots-loader{display:flex;gap:4px}.dots-loader .dot{width:1rem;height:1rem;background-color:#fff;border-radius:50%;animation:dots-animation 1.5s ease-in-out infinite}.dots-loader .dot:first-child{animation-delay:0s}.dots-loader .dot:nth-child(2){animation-delay:.2s}.dots-loader .dot:nth-child(3){animation-delay:.4s}@keyframes dots-animation{0%,80%,to{opacity:.3}40%{opacity:1}}.mini-loader-dots{display:flex;gap:4px}.mini-loader-dots .dot{width:.5rem;height:.5rem;background-color:#fff;border-radius:50%;animation:dots-animation 1.5s ease-in-out infinite}.mini-loader-dots .dot:first-child{animation-delay:0s}.mini-loader-dots .dot:nth-child(2){animation-delay:.2s}.mini-loader-dots .dot:nth-child(3){animation-delay:.4s}.leaflet-btn-weather{display:flex;align-items:center;justify-content:center}.icon-rain,.icon-snow{width:3.2rem;display:flex;position:relative;left:.8rem;margin:auto}.city_data_wrapper{display:inline-block;max-height:120px;min-width:180px;background-color:#f9f9f9;white-space:nowrap;position:relative}.city_data_row{display:flex;justify-content:space-between;margin-bottom:1px}.city_data_row:last-child{margin-bottom:0}.city_data_col{flex:0 0 auto;text-align:left;font-size:11px;padding:1px}.city_data_col:nth-child(2){text-align:right}.city_data_col img{width:18px;height:18px;margin-right:10px}.city_data_bar{position:absolute;top:8px;bottom:8px;right:-14px;width:4px;background-color:#e0e0e0;border-radius:4px;overflow:hidden}.city_data_bar_fill{position:absolute;bottom:0;width:100%;background-color:#4caf50;border-radius:0 0 2px 2px;height:0;transition:height .3s ease}.leaflet-control-zoom span[aria-hidden=true]{pointer-events:none}.custom-marker-bars .marker-container{position:relative;display:flex;align-items:center}.custom-marker-bars .resource-bars{display:flex;flex-direction:row;gap:1px;margin-right:8px;align-items:flex-end;height:20px}.custom-marker-bars .resource-bar{width:3px;background-color:gray;transition:height .3s;border-radius:2px}.custom-marker-bars .resource-bar.bar-fuel{background-color:#291a1a}.custom-marker-bars .resource-bar.bar-resources{background-color:#1798b3}.custom-marker-bars .resource-bar.bar-ammunition{background-color:#ee1515}.custom-marker-bars .resource-bar.bar-xp{background-color:#1a910a}.custom-marker-bars .resource-bar.bar-xp-blue{background-color:#164e7a}.custom-marker-bars .resource-bar.bar-xp-red{background-color:#70251b}footer{position:fixed;bottom:0;left:0;width:100%;background-color:var(--background);color:var(--foreground);text-align:center;padding:10px 0;box-shadow:0 -2px 5px rgba(0,0,0,.1);z-index:1000}footer a{margin:0 10px;color:inherit;text-decoration:none;font-weight:700}footer a:hover{text-decoration:underline}.player-line{background-color:rgba(0,0,0,.05);padding:6px 10px;border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.875rem;transition:background-color .5s ease-in-out}.player-line.updated{background-color:rgba(95,38,243,.3)}@keyframes flash-bg{0%{background-color:rgba(95,38,243,.3)}to{background-color:transparent}}.flash{animation:flash-bg 1.2s ease-in-out}.article-excerpt em{background:rgba(255,193,7,.5);color:#000;font-style:normal;border-radius:4px;padding:0 2px;transition:background .2s}