@import"https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Ubuntu Sans,sans-serif;overflow:hidden;height:100%}@media(max-width:768px){html,body{overflow:auto}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0000004d;border-radius:5px}::-webkit-scrollbar-thumb{background:#555;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#777}.dirt-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url(https://static.wikia.nocookie.net/official-florrio/images/f/f5/Dirt2_c_0.svg),url(https://static.wikia.nocookie.net/official-florrio/images/e/e5/Dirt2_c_1.svg);background-size:100px 100px,100px 100px;background-position:0 0,50px 50px;background-repeat:repeat}.outlined-text{color:#fff;paint-order:stroke fill;-webkit-text-stroke:.1em black}.section-container{background-color:#282828e6;border:3px solid #333;border-radius:12px;padding:20px}.section-title{color:#fff;paint-order:stroke fill;-webkit-text-stroke:.1em black;font-size:24px;font-weight:700;margin-bottom:15px}.app{min-height:100vh;height:100vh;position:relative;padding:20px;display:flex;flex-direction:column;overflow:hidden}@media(max-width:768px){.app{height:auto;min-height:100vh;overflow:visible}}.main-content{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-bottom:20px;flex:1;overflow:hidden;min-height:0}@media(max-width:1024px){.main-content{grid-template-columns:1fr;overflow:visible}}@media(max-width:768px){.main-content{overflow:visible;margin-bottom:20px}}.top-bar{background-color:#282828e6;border:3px solid #333;border-radius:12px;padding:20px 30px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.title-section{display:flex;flex-direction:column;gap:5px}.app-title{font-size:32px;font-weight:700}.subtitle{font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;transition:opacity .2s}.controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.btn{font-family:Ubuntu Sans,sans-serif;font-weight:700;font-size:16px;padding:8px 16px;border:3px solid;border-radius:8px;cursor:pointer;transition:filter .2s}.btn:hover:not(:disabled){filter:brightness(1.2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-ping{background-color:#4caf50;border-color:#2d6b2f;color:#fff}.btn-refresh{background-color:#2196f3;border-color:#1565a8;color:#fff}.btn-clear{background-color:#f44336;border-color:#a82d24;color:#fff}.toggle-group{display:flex;gap:8px}.toggle-btn{font-family:Ubuntu Sans,sans-serif;font-weight:700;font-size:14px;padding:6px 12px;border:3px solid #555;border-radius:20px;cursor:pointer;background-color:#333;transition:all .2s}.toggle-btn.active{background-color:#4caf50;border-color:#2d6b2f}.toggle-btn:hover{filter:brightness(1.2)}.discord-button{width:40px;height:40px;border-radius:6px;overflow:hidden;border:3px solid #5865f2;transition:filter .2s;background-color:#5865f2;display:flex;align-items:center;justify-content:center;flex-shrink:0}.discord-button:hover{filter:brightness(1.2)}.discord-image{width:100%;height:100%;object-fit:cover}.mobs-section{background-color:#282828e6;border:3px solid #333;border-radius:12px;padding:20px;overflow-y:auto;display:flex;flex-direction:column;min-height:0}.server-groups{display:flex;flex-direction:column;gap:20px}.server-group{display:flex;flex-direction:column;gap:10px}.server-title{font-size:20px;font-weight:700;padding:8px 0;border-bottom:2px solid #555}.mobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.no-mobs-text{font-size:16px;text-align:center;padding:20px}.empty-state{padding:20px;text-align:center}.empty-state-text{font-size:13px;opacity:.5;margin:0}.mob-skeleton{background-color:#3c3c3cf2;border:3px solid #444;border-radius:10px;padding:0;display:flex;align-items:center;min-height:70px;overflow:hidden;animation:pulse 1.5s ease-in-out infinite}.skeleton-image{flex-shrink:0;width:70px;height:70px;background-color:#50505080}.skeleton-info{flex:1;padding:10px 12px;display:flex;flex-direction:column;gap:8px}.skeleton-text{height:14px;background-color:#50505080;border-radius:4px}.skeleton-text-short{width:50%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.mob-card{background-color:#3c3c3cf2;border:3px solid #444;border-radius:10px;padding:0;display:flex;align-items:center;transition:all .2s ease-out;overflow:hidden;min-height:70px;position:relative}.mob-card.dead{opacity:.6;filter:brightness(.7)}.mob-card.exiting{animation:blurFadeOut .25s cubic-bezier(.4,0,.2,1) forwards}@keyframes blurFadeOut{0%{opacity:.6;filter:brightness(.7) blur(0px);transform:scale(1)}to{opacity:0;filter:brightness(.4) blur(5px);transform:scale(.98)}}.mob-image-container{flex-shrink:0;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background-color:#0000004d;position:relative}.timer-border{position:absolute;background-color:#e74c3c;pointer-events:none;z-index:1}.timer-border-top{top:0;left:0;height:3px;width:0;animation:drawTop 2.5s linear forwards}.timer-border-right{top:0;right:0;width:3px;height:0;animation:drawRight 2.5s linear 2.5s forwards}.timer-border-bottom{bottom:0;right:0;height:3px;width:0;animation:drawBottom 2.5s linear 5s forwards}.timer-border-left{bottom:0;left:0;width:3px;height:0;animation:drawLeft 2.5s linear 7.5s forwards}@keyframes drawTop{0%{width:0}to{width:100%}}@keyframes drawRight{0%{height:0}to{height:100%}}@keyframes drawBottom{0%{width:0}to{width:100%}}@keyframes drawLeft{0%{height:0}to{height:100%}}.mob-image{width:70px;height:70px;object-fit:contain;background-color:#0000004d}.mob-info{flex:1;padding:8px 12px;display:flex;flex-direction:column;gap:4px}.mob-rarity{font-size:14px;font-weight:700}.mob-name{font-size:16px;font-weight:700}.strikethrough{text-decoration:line-through}.mob-time{display:flex;flex-direction:column;gap:2px}.time-label{font-size:11px;color:#fff9}.event-feed{background-color:#282828e6;border:3px solid #333;border-radius:12px;padding:20px;overflow-y:auto;display:flex;flex-direction:column;min-height:0}.events-list{display:flex;flex-direction:column;gap:12px}.no-events-text{font-size:16px;text-align:center;padding:20px}.event-item{background-color:#3c3c3cf2;border:2px solid #444;border-radius:8px;padding:12px 15px}.event-content{display:flex;flex-direction:column;gap:5px}.event-time{font-size:12px;font-weight:400;opacity:.8}.event-text{font-size:14px;font-weight:400;line-height:1.4}.event-rarity,.event-mob,.event-server,.event-players{font-weight:700}.connection-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.connection-content{background-color:#282828f2;border:4px solid #333;border-radius:16px;padding:40px 60px;text-align:center;max-width:600px;width:90%}.connection-title{color:#fff;paint-order:stroke fill;-webkit-text-stroke:.1em black;font-size:36px;font-weight:700;margin-bottom:15px}.connection-message{color:#fff;font-size:18px;font-weight:600;margin:0;line-height:1.5}.error-details{background-color:#0006;border:2px solid #f44336;border-radius:8px;padding:15px;margin-top:20px;color:#ff6b6b;font-family:monospace;font-size:14px;text-align:left;word-break:break-all;max-height:200px;overflow-y:auto}.discord-link{display:inline-block;margin-top:20px;padding:12px 24px;background-color:#5865f2;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;transition:background-color .2s}.discord-link:hover{background-color:#4752c4}.connecting-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-left:10px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}
