@import"https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap";:root{--primary-color: #fede54;--primary-rgb: 254, 222, 84}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Ubuntu Sans,sans-serif;overflow:hidden;height:100%}@media(max-width:1024px){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}button,img{-webkit-user-select:none;user-select:none}.dirt-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url(/dirt0.svg),url(/dirt1.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:1024px){.app{height:auto;min-height:100vh;overflow:visible}}@media(max-width:768px){.app{height:auto;min-height:100vh;overflow:visible}}.main-content{display:grid;position:relative;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}}.chat-broadcast-text{color:#4caf50!important;font-weight:700;text-shadow:0 1px 4px #222,0 0px 1px #4caf5099}.chat-info-text{color:#2196f3!important;font-weight:700;text-shadow:0 1px 4px #222,0 0px 1px #2196f399}.chat-error-text{color:#f44!important;font-weight:700;text-shadow:0 1px 4px #222,0 0px 1px #ff444499}.floating-chat-panel{position:fixed;width:380px;height:500px;background-color:#282828;border-radius:12px;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;z-index:1000;border:3px solid #555;font-family:Ubuntu Sans,sans-serif;-webkit-user-select:none;user-select:none;overflow:hidden;box-sizing:border-box}.chat-resize-handle{position:absolute;bottom:0;right:0;width:18px;height:18px;cursor:nwse-resize;z-index:10;background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.12) 40%,rgba(255,255,255,.12) 45%,transparent 45%,transparent 55%,rgba(255,255,255,.12) 55%,rgba(255,255,255,.12) 60%,transparent 60%,transparent 70%,rgba(255,255,255,.12) 70%,rgba(255,255,255,.12) 75%,transparent 75%);border-radius:0 0 9px}.chat-resize-handle:hover{background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.25) 40%,rgba(255,255,255,.25) 45%,transparent 45%,transparent 55%,rgba(255,255,255,.25) 55%,rgba(255,255,255,.25) 60%,transparent 60%,transparent 70%,rgba(255,255,255,.25) 70%,rgba(255,255,255,.25) 75%,transparent 75%)}.chat-panel-header{background-color:#323232;border-bottom:2px solid #444;padding:12px 15px;-webkit-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;cursor:grab;flex-shrink:0;box-sizing:border-box}.chat-header-drag{flex:1;cursor:grab;display:flex;align-items:center;-webkit-user-select:none;user-select:none}.chat-title{font-weight:700;color:#fff;font-size:15px}.chat-active-users{font-size:13px;font-weight:700;color:#4caf50;display:flex;align-items:center}.chat-close-btn{background:none;border:none;color:#aaa;font-size:22px;font-weight:700;cursor:pointer;margin-left:10px;padding:0 6px;border-radius:4px;transition:background .15s}.chat-close-btn:hover{background:#333;color:#fff}.chat-messages-scroll{flex:1 1 0;overflow-y:scroll;overflow-x:hidden;padding:8px 12px;display:flex;flex-direction:column;gap:1px;box-sizing:border-box;min-height:0}.chat-messages-scroll-empty{justify-content:center;align-items:center}.chat-messages-scroll::-webkit-scrollbar{width:8px}.chat-messages-scroll::-webkit-scrollbar-track{background:#0000004d;border-radius:5px}.chat-messages-scroll::-webkit-scrollbar-thumb{background:#555;border-radius:5px}.chat-messages-scroll::-webkit-scrollbar-thumb:hover{background:#777}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;text-align:center;padding:20px}.chat-empty-title{font-size:16px;font-weight:700;color:#cbd5e1;margin-bottom:6px;letter-spacing:.5px;text-shadow:0 1px 4px #222,0 0px 1px #64748b99}.chat-empty-desc{font-size:13px;color:#64748b;opacity:.95;text-shadow:0 1px 2px #222,0 0px 1px #cbd5e199;font-weight:500}.chat-message-row{display:flex;align-items:baseline;gap:10px;padding:4px 12px;border-radius:6px;cursor:default;transition:background .15s;flex-shrink:0}.chat-message-row:hover{background-color:#ffffff08}.chat-message-username{font-weight:600;font-size:14px;flex-shrink:0;-webkit-text-stroke-width:.5px;paint-order:stroke fill}.chat-message-text{color:#e6e6e6f2;font-size:14px;word-break:break-word;flex:1}.chat-message-time{color:#ffffff4d;font-size:11px;font-weight:500;flex-shrink:0}.chat-input-area{background-color:#3c3c3cf2;border-top:2px solid #444;padding:12px 15px;-webkit-user-select:none;user-select:none;flex-shrink:0;box-sizing:border-box;cursor:grab}.chat-input-row{display:flex;gap:0px;margin-bottom:8px}.chat-input,.chat-input-area input,.chat-input-area textarea{-webkit-user-select:text;user-select:text}.chat-input{flex:1;padding:10px 14px;background-color:#3c3c3ccc;border:2px solid #555;border-right:none;border-radius:8px 0 0 8px;color:#e0e0e0;font-size:14px;outline:none;font-family:Ubuntu Sans,sans-serif;transition:border-color .2s;box-sizing:border-box}.chat-input:focus{border-color:#777}.btn.btn-send{font-family:Ubuntu Sans,sans-serif;font-weight:700;font-size:16px;padding:8px 16px;border:3px solid #1565a8;border-left:3px solid #1565a8;border-radius:0 8px 8px 0;cursor:pointer;transition:filter .2s;background-color:#2196f3;color:#fff;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.btn.btn-send:hover{filter:brightness(1.2)}.btn.btn-login-chat{font-family:Ubuntu Sans,sans-serif;font-weight:700;font-size:15px;flex:1;padding:10px 16px;border:3px solid #1565a8;border-radius:8px;cursor:pointer;transition:filter .2s;background-color:#2196f3;color:#fff;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.btn.btn-login-chat:hover{filter:brightness(1.2)}.chat-user-label{text-align:center;font-size:13px;color:#bbb;margin-top:4px;display:flex;align-items:center;justify-content:center;gap:0}.chat-username-edit{display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:2px 6px;border-radius:4px;transition:background .15s}.chat-username-edit:hover{background:#ffffff14}.chat-edit-icon{opacity:.7;transition:opacity .15s}.chat-username-edit:hover .chat-edit-icon{opacity:1}@keyframes rainbow-gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.rainbow{background:linear-gradient(90deg,#ff6b6b,#feca57,#48dbfb,#ff9ff3,#54a0ff,#5f27cd,#ff6b6b);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow-gradient-shift 8s ease infinite;font-weight:700!important;text-shadow:none;-webkit-text-stroke:0}.rainbow-icon{animation:rainbow-gradient-shift 8s ease infinite}.dev-name{font-weight:900;letter-spacing:.8px;font-size:13px;background:linear-gradient(90deg,#ffd54f,#ff6b6b,#d500f9);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow-gradient-shift 6s linear infinite;text-shadow:0 1px 6px rgba(0,0,0,.45);-webkit-text-stroke:.4px rgba(0,0,0,.6);padding-right:4px}.rainbow-username{background:linear-gradient(90deg,#ff8a8a,#ffd28e,#adff98,#8dffff,#9e86ff,#ff8ce8,#ff9292);background-size:400% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow-animate 3s linear infinite;font-weight:700}@keyframes rainbow-animate{0%{background-position:0% 50%}to{background-position:100% 50%}}.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}.header-top{display:contents}.title-section{display:flex;flex-direction:column;gap:5px;order:0}.app-title{font-size:32px;font-weight:700}.subtitle-row{display:flex;gap:16px;align-items:center}.subtitle{font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;transition:opacity .2s}.active-users{font-size:14px;font-weight:700;color:#4caf50;display:flex;align-items:center}.controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap;order:2;margin-left:auto}.icons{display:flex;gap:8px;order:1}.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;color:#fff}.btn:hover:not(:disabled){filter:brightness(1.2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-mapviewer{background-color:#2196f3;border-color:#1565c0;min-width:140px;text-decoration:none;text-align:center}.btn-mapcodes{background-color:#ff9800;border-color:#e65100;min-width:140px}.btn-shop{background-color:#a855f7;border-color:#7e22ce;min-width:110px;position:relative}.btn-ping{background-color:#4caf50;border-color:#2d6b2f;min-width:150px}.btn-login{background-color:#4caf50;border-color:#2d6b2f;min-width:130px;font-variant-numeric:tabular-nums;position:relative}.btn-login-logout{background-color:#f44336;border-color:#a82d24}.btn-login-guest{background-color:#ab47bc;border-color:#7b1fa2}.btn-chat{background-color:#ffe066;border-color:#bfa100;min-width:130px;position:relative}.btn-settings{background-color:#555;border-color:#352f2fc9;min-width:130px}.btn-chat.chat-unread:after,.btn-login.btn-login-nudge:after,.btn-shop.shop-unread:after{content:"";position:absolute;top:-7px;right:-7px;width:10px;height:10px;background-color:#f44336;border-radius:50%;border:2px solid #8b0000;animation:dot-pulse 1s ease-in-out infinite}@keyframes dot-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.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;color:#fff;transition:all .2s;min-width:140px;text-align:center}.toggle-btn.active{background-color:#4caf50;border-color:#2d6b2f}.toggle-btn:hover{filter:brightness(1.2)}.discord-button{width:40px;height:40px;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:6px;overflow:hidden;border:3px solid #5865f2;transition:filter .2s;background-color:#5865f2;display:flex;align-items:center;justify-content:center}.discord-button:hover{filter:brightness(1.2)}.discord-image{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none}.buymeacoffee-button{width:40px;height:40px;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:6px;overflow:hidden;border:3px solid #ffe84d;transition:filter .2s;background-color:#ffe84d;display:flex;align-items:center;justify-content:center}.buymeacoffee-button:hover{filter:brightness(1.2)}.buymeacoffee-image{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none}@media(max-width:1024px)and (min-width:481px){.top-bar{padding:15px 20px;gap:15px;flex-direction:column;align-items:center}.header-top{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.title-section{text-align:center}.app-title{font-size:24px}.subtitle{font-size:14px}.controls{justify-content:center;width:100%}.btn{font-size:14px;padding:6px 12px}.toggle-btn{font-size:12px;min-width:120px}}@media(max-width:480px){.top-bar{padding:12px 15px;gap:12px;flex-direction:column;align-items:stretch}.header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;width:100%}.title-section{text-align:left;flex:1}.app-title{font-size:20px}.subtitle-row{flex-direction:column;gap:6px;align-items:flex-start}.controls{gap:10px;width:100%}.toggle-group,.toggle-btn{width:100%}.btn{font-size:14px;padding:10px;flex:1}}.mobs-section{background-color:#282828e6;border:3px solid #333;border-radius:12px;padding:20px;overflow-y:scroll;display:flex;flex-direction:column;min-height:0}.mobs-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.mobs-section-header .section-title{margin-bottom:0}.btn-refresh{font-family:Ubuntu Sans,sans-serif;font-weight:700;font-size:14px;padding:6px 14px;border:2px solid #1565a8;border-radius:6px;cursor:pointer;transition:filter .2s;background-color:#2196f3;color:#fff}.btn-refresh:hover:not(:disabled){filter:brightness(1.2)}.btn-refresh:disabled{opacity:.5;cursor:not-allowed}.server-groups{display:flex;flex-direction:column;gap:20px}.server-group{display:flex;flex-direction:column;gap:10px}.server-title-row{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 0;border-bottom:2px solid #555;-webkit-user-select:none;user-select:none}.server-title-row:hover{opacity:.8}.server-arrow{font-size:14px;color:#fff;transition:transform .2s ease}.server-arrow.collapsed{transform:rotate(-90deg)}.server-title{font-size:20px;font-weight:700;margin:0}.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-image-skeleton{width:70px;height:70px;background:linear-gradient(90deg,#444 25%,#555,#444 75%);border-radius:4px;animation:skeleton-loading 1.2s infinite linear;position:absolute;top:0;left:0;z-index:2}@keyframes skeleton-loading{0%{background-position:-70px 0}to{background-position:70px 0}}.mob-card{background-color:#3c3c3cf2;border:3px solid #444;-webkit-user-select:none;user-select:none;border-radius:5px;padding:0;display:flex;align-items:center;overflow:visible;height:80px;position:relative}.mob-card.new-spawn{animation:blinkBorder 5s steps(1,end)}@keyframes blinkBorder{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%{border-color:#4caf50}5%,15%,25%,35%,45%,55%,65%,75%,85%,95%,to{border-color:#444}}.mob-card.votable,.mob-card.masked{cursor:pointer}.mob-card.votable:hover,.mob-card.masked:hover{background-color:#414141f2}.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:transparent;position:relative;overflow:hidden}.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:transparent}.mob-info{flex:1;padding:8px 12px;display:flex;flex-direction:column;gap:4px;min-width:0}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mob-rarity{font-size:14px;font-weight:700;max-width:100%}.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}.voting-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:2px;background:#282828fa;border:2px solid #444;border-radius:0 0 6px 6px;box-shadow:0 2px 8px #00000080;z-index:100;padding:3px}.vote-option{display:flex;justify-content:space-between;align-items:center;padding:4px 7px;background:transparent;border-radius:3px;cursor:pointer;margin-bottom:2px;position:relative;overflow:hidden}.vote-progress{position:absolute;top:0;left:0;height:100%;pointer-events:none;z-index:0;border-radius:3px 0 0 3px}.vote-option:last-child{margin-bottom:0}.vote-option:hover{opacity:.8}.biome-name{font-size:13px;font-weight:500;position:relative;z-index:1}.vote-count{font-size:12px;color:#4caf50;font-weight:600;margin-left:6px;position:relative;z-index:1}.mapcodes-dialog-overlay{position:fixed;inset:0;background:#00000059;z-index:10000;display:flex;align-items:center;justify-content:center}.mapcodes-dialog{background-color:#282828;border-radius:12px;border:3px solid #555;box-shadow:0 8px 32px #0006;padding:0;min-width:720px;max-width:98vw;color:#fff;position:relative;font-family:Ubuntu Sans,sans-serif;max-height:85vh;overflow:hidden}.mapcodes-header{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;padding:12px 15px;background-color:#323232;border-bottom:2px solid #444;color:#fff}.mapcodes-header-actions{display:flex;gap:8px;align-items:center}.mapcodes-refresh{background:#444;border:1px solid #555;color:#fff;font-size:18px;font-weight:700;cursor:pointer;padding:2px 8px;border-radius:4px;transition:background .15s;line-height:1;min-width:32px;text-align:center}.mapcodes-refresh:hover:not(:disabled){background:#555}.mapcodes-refresh:disabled{opacity:.5;cursor:not-allowed}.mapcodes-close{background:none;border:none;color:#aaa;font-size:22px;font-weight:700;cursor:pointer;padding:0 6px;border-radius:4px;transition:background .15s}.mapcodes-close:hover{background:#333;color:#fff}.mapcodes-content{padding:16px;overflow-y:auto;max-height:calc(85vh - 50px)}.mapcodes-subtitle{font-size:13px;color:#aaa;margin-bottom:12px;height:18px;line-height:18px}.mapcodes-table{display:flex;flex-direction:column;gap:6px}.mapcodes-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;align-items:start;gap:5px;padding:0;min-height:28px}.mapcodes-row-header{margin-bottom:2px}.mapcodes-biome{padding-top:4px}.mapcodes-cell{display:flex;flex-direction:column;gap:2px;padding-top:2px}.mapcodes-codes-container{display:flex;flex-direction:column;gap:2px;width:100%}.mapcodes-code{font-family:monospace;font-size:1em;background:#333;color:#e0e0e0;border:1px solid #444;border-radius:4px;padding:2px 8px;min-width:60px;text-align:left;letter-spacing:.5px;cursor:pointer;transition:background .2s,color .2s,border-color .2s;height:22px;display:flex;align-items:center;box-sizing:border-box}.mapcodes-code:hover{background:#444;color:#ffe066}.mapcodes-code .mapcode-highlight{color:#ffe066;font-weight:700}.mapcodes-code-failing{border-color:#ff9800;background:#3d2e1f}.mapcodes-code-failing:hover{background:#4d3e2f;border-color:#ffb84d}.mapcodes-code-crashed{border-color:#f44336;background:#3d1f1f}.mapcodes-code-crashed:hover{background:#4d2f2f;border-color:#ff6659}.mapcodes-snippet{font-size:.97em;color:#e0e0e0;font-family:monospace;background:#232323;border:1px solid #444;border-radius:4px;padding:4px 10px;margin-top:2px;letter-spacing:.2px;cursor:pointer;transition:background .2s,border .2s;outline:none}.mapcodes-snippet:active,.mapcodes-snippet:focus{background:#333;border-color:#888}.mapcodes-snippet[aria-label][tabindex="0"]:hover{background:#444;border-color:#aaa}.mapcodes-code:active,.mapcodes-code:focus{background:#333;border-color:#888}.mapcodes-code[aria-label][tabindex="0"]:hover{background:#444;border-color:#aaa}.mapcodes-no-code{font-size:.9em;color:#888;font-style:italic;padding:2px 4px;height:22px;display:flex;align-items:center;box-sizing:border-box}.mapcodes-error-box{font-size:.9em;color:#f44336;font-weight:700;padding:2px 4px;height:22px;display:flex;align-items:center;box-sizing:border-box}.mapcodes-error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;gap:12px;min-height:300px}.mapcodes-error-title{font-size:16px;font-weight:700;color:#f44336}.mapcodes-error-reason{font-size:14px;color:#aaa;max-width:400px}.mapcodes-retry-button{background:#444;border:1px solid #555;color:#fff;font-size:14px;font-weight:600;cursor:pointer;padding:8px 16px;border-radius:6px;transition:background .15s;margin-top:8px;min-width:100px}.mapcodes-retry-button:hover:not(:disabled){background:#555}.mapcodes-retry-button:disabled{opacity:.5;cursor:not-allowed}.mapcodes-skeleton{display:inline-block;width:140px;height:22px;border-radius:4px;background:linear-gradient(90deg,#222 25%,#333,#222 75%);background-size:200% 100%;animation:mapcodes-skeleton-anim 2.2s infinite linear;box-sizing:border-box}@keyframes mapcodes-skeleton-anim{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1024px){.mapcodes-dialog{max-width:99vw;min-width:0;max-height:92vh}.mapcodes-content{padding:12px;max-height:calc(92vh - 50px)}.mapcodes-table{gap:6px}.mapcodes-row{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:2px}.mapcodes-skeleton{width:60px!important;min-width:0}.mapcodes-code{font-size:.89em;padding:1px 4px}.mapcodes-biome{font-size:.97em;padding-right:1px}}@media(max-width:600px){.mapcodes-content{padding:12px}.mapcodes-row{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2px}.mapcodes-skeleton{width:70px!important}.mapcodes-code{font-size:.85em;padding:2px}.mapcodes-biome{font-size:.95em;padding-right:1px}}.mapcodes-refresh-btn{font-family:Ubuntu Sans,sans-serif;font-weight:700;font-size:14px;padding:6px 14px;border:2px solid #d97706;border-radius:6px;cursor:pointer;transition:filter .2s;background-color:#f59e0b;color:#fff}.mapcodes-refresh-btn:hover:not(:disabled){filter:brightness(1.2)}.mapcodes-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.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}.event-feed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.event-feed-header .section-title{margin-bottom:0}.btn-clear{font-family:Ubuntu Sans,sans-serif;font-weight:700;font-size:14px;padding:6px 14px;border:2px solid #a82d24;border-radius:6px;cursor:pointer;transition:filter .2s;background-color:#f44336;color:#fff}.btn-clear:hover:not(:disabled){filter:brightness(1.2)}.btn-clear:disabled{opacity:.5;cursor:not-allowed}.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;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:12px}.event-item-masked{cursor:pointer}.event-item-masked:hover{background-color:#4b4b4bf2}.event-content{display:flex;flex-direction:column;gap:5px;flex:1}.event-time{font-size:12px;font-weight:400;opacity:.8}.event-image-container{flex-shrink:0;width:45px;height:45px;display:flex;align-items:center;justify-content:center;background-color:transparent;position:relative;overflow:hidden}.event-image-skeleton{width:45px;height:45px;background:linear-gradient(90deg,#444 25%,#555,#444 75%);border-radius:4px;animation:skeleton-loading 1.2s infinite linear;position:absolute;top:0;left:0;z-index:2}@keyframes skeleton-loading{0%{background-position:-35px 0}to{background-position:35px 0}}.event-image{width:455px;height:45px;object-fit:contain;background-color:transparent}.event-text{font-size:14px;font-weight:400;line-height:1.4}.event-rarity,.event-mob,.event-server,.event-players{font-weight:700}.event-rift{font-weight:700;color:#fff}.auto-reconnect-container{-webkit-user-select:none;user-select:none;margin:16px 0;display:flex;justify-content:center;align-items:center;text-align:center}.auto-reconnect-label{background:#222;width:300px;color:#bbb;border-radius:24px;padding:10px 24px;box-shadow:0 1px 4px #00000014;font-weight:600;font-size:16px;cursor:pointer;display:flex;align-items:center;gap:12px;border:2px solid #444;opacity:1}.auto-reconnect-label.checked{border:2px solid #63b3ed}.auto-reconnect-label.banned{opacity:.5}.auto-reconnect-checkbox{width:22px;height:22px;margin-right:8px;accent-color:#444;transition:accent-color .18s}.auto-reconnect-checkbox.checked{accent-color:#63b3ed}.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:99999;-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)}}.shop-dialog-overlay{position:fixed;inset:0;background:#0000008c;z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.shop-dialog{background-color:#3a3a3a;border-radius:16px;border:3px solid #555;box-shadow:0 12px 48px #0009;color:#fff;font-family:Ubuntu Sans,sans-serif;width:min(620px,96vw);max-height:88vh;display:flex;flex-direction:column;overflow:hidden;-webkit-user-select:none;user-select:none}.shop-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#4a4a4a;border-bottom:2px solid #555;flex-shrink:0}.shop-dialog-header-left{display:flex;flex-direction:column;gap:2px}.shop-dialog-title{font-size:20px;font-weight:700;color:#fff}.shop-dialog-offers-row{display:flex;align-items:center;gap:6px}.shop-dialog-offers-label{font-size:13px;font-weight:600;color:#ccc}.shop-dialog-countdown{font-size:12px;color:#999;font-weight:500}.shop-dialog-countdown-expired{color:#f59e0b}.shop-dialog-close{background:none;border:none;color:#fffc;font-size:26px;font-weight:700;cursor:pointer;padding:0 6px;border-radius:4px;line-height:1;flex-shrink:0}.shop-dialog-close:hover{color:#fff}.shop-date-nav{display:flex;align-items:center;justify-content:center;gap:10px;padding:7px 16px;background:#424242;border-bottom:2px solid #555;flex-shrink:0}.shop-date-nav-btn{background:#555;border:1px solid #666;color:#fff;font-size:20px;line-height:1;width:30px;height:30px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,opacity .15s;padding:0;flex-shrink:0}.shop-date-nav-btn:hover:not(:disabled){background:#6a6a6a}.shop-date-nav-btn:disabled{opacity:.3;cursor:default}.shop-date-label{font-size:13px;font-weight:600;color:#ddd;min-width:110px;text-align:center;letter-spacing:.01em}.shop-dialog-content{overflow-y:auto;padding:10px;flex:1;scrollbar-width:none}.shop-dialog-content::-webkit-scrollbar{display:none}.shop-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.shop-item{background:#2a2a2a;border:2px solid #555;border-radius:10px;overflow:hidden;display:flex;flex-direction:row;align-items:center;gap:12px;padding-right:14px;position:relative}.shop-item-image-wrap{background:#1a1a1a;width:64px;height:64px;min-width:64px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.shop-item-image{width:100%;height:100%;object-fit:cover;image-rendering:auto;-webkit-user-drag:none}.shop-item-image-placeholder{width:100%;height:100%;background:#333;border-radius:4px}.shop-item-discount-badge{position:absolute;top:2px;left:2px;background:#a12d2d;color:#fff;font-size:10px;font-weight:700;padding:1px 4px;border-radius:3px;z-index:2;pointer-events:none;white-space:nowrap}.shop-item-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.shop-item-title{font-size:14px;font-weight:600;color:#eee;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-item-cost{display:flex;align-items:center;gap:8px}.shop-cost-normal{font-size:14px;font-weight:700;color:#f0c040}.shop-cost-original{font-size:12px;font-weight:500;color:#777;text-decoration:line-through}.shop-cost-discounted{font-size:14px;font-weight:700;color:#4ade80}.shop-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:#aaa;font-size:15px;text-align:center}.shop-empty-icon{font-size:36px}.shop-item-skeleton{pointer-events:none}.shop-skeleton-image{width:100%;height:100%;border-radius:4px;background:linear-gradient(90deg,#222 25%,#2e2e2e,#222 75%);background-size:200% 100%;animation:shop-shimmer 1.8s infinite linear}.shop-skeleton-line{border-radius:4px;background:linear-gradient(90deg,#222 25%,#2e2e2e,#222 75%);background-size:200% 100%;animation:shop-shimmer 1.8s infinite linear}.shop-skeleton-title{width:120px;height:14px}.shop-skeleton-cost{width:70px;height:14px}@keyframes shop-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:500px){.shop-list{grid-template-columns:1fr}.shop-item-image-wrap{width:52px;height:52px;min-width:52px}.shop-item{gap:8px;padding-right:10px}.shop-item-title{font-size:13px}}@media(max-width:420px){.shop-dialog{width:min(calc(100vw - 32px),96vw)}.shop-item-image-wrap{width:48px;height:48px;min-width:48px}.shop-item{gap:8px;padding-right:10px}.shop-item-title,.shop-item-cost{font-size:12px}}.discord-dialog-overlay{position:fixed;inset:0;background:#000000a6;z-index:10000;display:flex;align-items:center;justify-content:center}.discord-dialog{background-color:#282828;border-radius:12px;border:3px solid #555;box-shadow:0 8px 32px #0006;padding:0;width:700px;max-width:98vw;color:#fff;position:relative;font-family:Ubuntu Sans,sans-serif;max-height:85vh;overflow:hidden}.discord-header{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;padding:12px 15px;background-color:#323232;border-bottom:2px solid #444;color:#fff}.discord-close{background:none;border:none;color:#aaa;font-size:22px;font-weight:700;cursor:pointer;padding:0 6px;border-radius:4px;transition:background .15s}.discord-close:hover{background:#333;color:#fff}.discord-content{padding:0;overflow-y:auto;max-height:calc(85vh - 50px)}.discord-layout{display:grid;grid-template-columns:1fr 280px;min-height:320px}.discord-left{padding:24px;display:flex;flex-direction:column;gap:20px;border-right:2px solid #444}.discord-right{padding:24px;display:flex;align-items:center;justify-content:center;background-color:#00000026}.discord-info-header{display:flex;gap:14px;align-items:flex-start}.discord-icon-wrapper{flex-shrink:0}.discord-icon{width:48px;height:48px;object-fit:cover;border-radius:8px}.discord-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 6px}.discord-subtitle{font-size:13px;color:#aaa;margin:0;line-height:1.5}.discord-instructions{display:flex;flex-direction:column;gap:12px;flex:1}.discord-instruction-item{display:flex;align-items:center;gap:12px}.discord-instruction-number{width:24px;height:24px;border-radius:50%;background-color:#ffe066;color:#8b7000;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0;border:2px solid #bfa100}.discord-instruction-text{font-size:13px;color:#e0e0e0;line-height:1.4}.discord-channel{font-family:monospace;background:#333;color:#88b0c9;padding:2px 6px;border-radius:3px;font-weight:600;border:1px solid #557088;font-size:12px}.discord-command{font-family:monospace;background:#333;color:#ffe066;padding:2px 6px;border-radius:3px;font-weight:600;border:1px solid #bfa100;font-size:12px}.discord-join-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background-color:#5865f2;color:#fff;border:3px solid #4752c4;border-radius:8px;font-family:Ubuntu Sans,sans-serif;font-size:15px;font-weight:700;cursor:pointer;text-decoration:none;transition:filter .2s}.discord-join-button:hover{filter:brightness(1.2)}.discord-button-icon{width:22px;height:22px;object-fit:cover}.discord-verify-box{width:100%;display:flex;flex-direction:column;gap:12px}.discord-input-label{font-size:12px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.5px;text-align:center}.discord-code-input{width:100%;padding:14px 12px;background-color:#3c3c3ccc;border:2px solid #555;border-radius:8px;color:#e0e0e0;font-size:20px;font-family:monospace;font-weight:700;letter-spacing:4px;outline:none;transition:border-color .2s;text-align:center;text-transform:uppercase;box-sizing:border-box}.discord-code-input:focus{border-color:#ffe066}.discord-code-input::placeholder{color:#555;letter-spacing:2px}.discord-code-input:disabled{opacity:.5;cursor:not-allowed}.discord-verify-button{width:100%;padding:12px 20px;background-color:#4caf50;border:3px solid #2d6b2f;border-radius:8px;font-family:Ubuntu Sans,sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:filter .2s;white-space:nowrap;color:#fff;box-sizing:border-box}.discord-verify-button:hover:not(:disabled){filter:brightness(1.2)}.discord-verify-button:disabled{opacity:.5;cursor:not-allowed}.discord-error-container{min-height:42px;display:flex;align-items:center}.discord-error{color:#ff6b6b;font-size:12px;font-weight:600;text-align:center;padding:8px;background:#ff6b6b1a;border-radius:6px;border:2px solid rgba(255,107,107,.3);width:100%}@media(max-width:768px){.discord-dialog{width:95vw}.discord-layout{grid-template-columns:1fr}.discord-left{border-right:none;border-bottom:2px solid #444}.discord-right{padding:20px 24px}}@media(max-width:480px){.discord-left,.discord-right{padding:16px}.discord-info-header{gap:10px}.discord-icon{width:40px;height:40px}.discord-title{font-size:16px}.discord-subtitle{font-size:12px}.discord-instruction-number{width:20px;height:20px;font-size:11px}.discord-instruction-text{font-size:12px}}.settings-dialog-overlay{position:fixed;inset:0;background:#00000059;z-index:10000;display:flex;align-items:center;justify-content:center}.settings-dialog{background-color:#282828;border-radius:12px;border:3px solid #555;box-shadow:0 8px 32px #0006;padding:0;width:90vw;max-width:950px;color:#fff;position:relative;font-family:Ubuntu Sans,sans-serif;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.settings-header{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;padding:12px 15px;background-color:#323232;border-bottom:2px solid #444;color:#fff;flex-shrink:0}.settings-close{background:none;border:none;color:#aaa;font-size:22px;font-weight:700;cursor:pointer;padding:0 6px;border-radius:4px}.settings-close:hover{background:#333;color:#fff}.settings-content{padding:16px 20px;overflow-y:auto;flex:1}.settings-columns{display:grid;grid-template-columns:1fr 1.2fr;gap:24px}.settings-column{display:flex;flex-direction:column;gap:16px}.settings-group{display:flex;flex-direction:column;gap:6px}.settings-title{font-size:14px;font-weight:700;color:#ffe066;margin-bottom:6px}.settings-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;padding:3px 0;-webkit-user-select:none;user-select:none;position:relative}.settings-checkbox-label.disabled{opacity:.5;cursor:not-allowed}.settings-checkbox-label input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;cursor:pointer;flex-shrink:0;position:relative;border:2.5px solid #555;background-color:#1e1e1ecc;outline:none;paint-order:stroke fill;-webkit-text-stroke:.1em black}.settings-checkbox-label input[type=checkbox]:hover:not(:checked):not(:disabled){border-color:#d4b844;background-color:#282828}.settings-checkbox-label input[type=checkbox]:checked{background-color:#d4b844;border-color:#d4b844;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232a2a2a' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px 14px}.settings-checkbox-label input[type=checkbox]:focus:not(:checked){border-color:#d4b844}.settings-checkbox-label.disabled input[type=checkbox]{cursor:not-allowed}.checkbox-text{font-size:13px;color:#fff;display:flex;align-items:center;gap:6px;paint-order:stroke fill;-webkit-text-stroke:.1em black}.warning-badge{font-size:10px;font-weight:700;background-color:#ff9800;color:#fff;padding:1px 6px;border-radius:3px;border:1px solid #e65100}.settings-field{display:flex;flex-direction:column;gap:4px}.settings-label{font-size:12px;font-weight:600;color:#fff;display:flex;flex-direction:column;gap:1px;paint-order:stroke fill;-webkit-text-stroke:.1em black}.settings-hint{font-size:10px;color:#888;font-weight:400;font-style:italic}.settings-select{font-family:Ubuntu Sans,sans-serif;background-color:#3c3c3ccc;color:#e0e0e0;border:2px solid #555;border-radius:8px;padding:10px 14px;font-size:14px;cursor:pointer;outline:none}.settings-select:hover:not(:disabled){border-color:#777}.settings-select:focus{border-color:#777}.settings-select:disabled{opacity:.5;cursor:not-allowed}.settings-textarea{font-family:Ubuntu Sans,monospace;background-color:#3c3c3ccc;color:#e0e0e0;border:2px solid #555;border-radius:8px;padding:10px 14px;font-size:14px;resize:vertical;min-height:60px;outline:none}.settings-textarea:hover{border-color:#777}.settings-textarea:focus{border-color:#777}.settings-textarea::placeholder{color:#666;font-style:italic}.mob-multiselect{position:relative;width:100%}.mob-multiselect-trigger{display:flex;align-items:center;justify-content:space-between;gap:6px;background-color:#3c3c3ccc;border:2px solid #555;border-radius:6px;padding:5px 10px;min-height:34px;cursor:pointer}.mob-multiselect-trigger:hover{border-color:#777}.mob-multiselect-trigger.open{border-color:#777;border-bottom-left-radius:0;border-bottom-right-radius:0}.mob-multiselect-tags{display:flex;flex-wrap:wrap;gap:4px;flex:1;min-width:0}.mob-multiselect-placeholder{color:#666;font-style:italic;font-size:12px}.mob-tag{display:inline-flex;align-items:center;gap:3px;background-color:#505050e6;border:1px solid #666;border-radius:3px;padding:1px 5px;font-size:10px;color:#e0e0e0;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mob-tag-remove{background:none;border:none;color:#aaa;font-size:11px;cursor:pointer;padding:0;line-height:1;margin-left:1px}.mob-tag-remove:hover{color:#fff}.mob-tag-more{background-color:#646464e6;color:#ccc;font-style:italic}.mob-multiselect-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.mob-multiselect-clear{background:none;border:none;color:#888;font-size:16px;cursor:pointer;padding:0 4px;line-height:1}.mob-multiselect-clear:hover{color:#fff}.mob-multiselect-arrow{color:#888;font-size:8px}.mob-multiselect-arrow.open{transform:rotate(180deg)}.mob-multiselect-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#323232fa;border:2px solid #777;border-top:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px;z-index:100;max-height:200px;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000004d}.mob-multiselect-search{font-family:Ubuntu Sans,sans-serif;background-color:#282828e6;border:none;border-bottom:1px solid #555;padding:6px 10px;color:#e0e0e0;font-size:12px;outline:none}.mob-multiselect-search::placeholder{color:#666;font-style:italic}.mob-multiselect-options{overflow-y:auto;flex:1;padding:2px 0}.mob-multiselect-option{display:flex;align-items:center;gap:6px;padding:5px 10px;cursor:pointer;font-size:12px;color:#e0e0e0}.mob-multiselect-option:hover{background-color:#50505099}.mob-multiselect-option.selected{background-color:#4caf5026}.mob-multiselect-option input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;cursor:pointer;flex-shrink:0;border:2px solid #555;background-color:#1e1e1ecc;outline:none;paint-order:stroke fill;-webkit-text-stroke:.1em black}.mob-multiselect-option input[type=checkbox]:hover:not(:checked){border-color:#d4b844;background-color:#282828}.mob-multiselect-option input[type=checkbox]:checked{background-color:#d4b844;border-color:#d4b844;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232a2a2a' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:11px 11px}.mob-multiselect-option input[type=checkbox]:focus:not(:checked){border-color:#d4b844}.mob-multiselect-all{border-bottom:1px solid #444;font-weight:600;color:#ccc}.mob-multiselect-dropdown-compact{max-height:none}.mob-multiselect-empty{padding:12px 10px;text-align:center;color:#888;font-style:italic;font-size:12px}.rarities-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px 8px;margin-top:2px}.rarity-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;padding:3px 0;-webkit-user-select:none;user-select:none;position:relative}.rarity-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;cursor:pointer;flex-shrink:0;border:2.5px solid #555;background-color:#1e1e1ecc;outline:none;position:relative;paint-order:stroke fill;-webkit-text-stroke:.1em black}.rarity-checkbox input[type=checkbox]:hover:not(:checked){border-color:var(--rarity-color, #d4b844);background-color:#282828}.rarity-checkbox input[type=checkbox]:checked{background-color:var(--rarity-color, #d4b844);border-color:var(--rarity-color, #d4b844);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232a2a2a' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px 14px}.rarity-checkbox input[type=checkbox]:focus:not(:checked){border-color:var(--rarity-color, #d4b844)}.rarity-label{font-size:13px;font-weight:600;paint-order:stroke fill;-webkit-text-stroke:.05em black}.settings-footer{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background-color:#323232;border-top:2px solid #444;font-size:12px;color:#aaa;flex-shrink:0}.settings-credits{display:flex;align-items:center;gap:4px}.app-subtitle-dialog{font-size:12px;color:#999;text-decoration:none;font-weight:500}.settings-versions{display:flex;gap:8px;align-items:center;font-family:monospace;font-size:11px}.version-item{color:#888}.version-separator{color:#555}@media(max-width:900px){.settings-dialog{width:95vw;max-width:none;max-height:92vh}.settings-content{padding:14px 16px}.settings-columns{grid-template-columns:1fr;gap:18px}.rarities-grid{grid-template-columns:repeat(3,1fr)}.settings-title{font-size:13px}.checkbox-text{font-size:12px}.settings-footer{flex-direction:column;gap:8px;align-items:center;text-align:center}}@media(max-width:600px){.settings-dialog{width:98vw;max-height:94vh;border-radius:10px}.settings-content{padding:12px 14px}.settings-title{font-size:12px}.settings-checkbox-label,.rarity-checkbox{padding:3px 0}.checkbox-text,.rarity-label,.settings-label{font-size:11px}.settings-hint{font-size:9px}.settings-select,.settings-textarea{font-size:13px;padding:8px 12px}.warning-badge{font-size:9px;padding:1px 5px}.settings-footer{font-size:11px;padding:8px 12px}.settings-versions{font-size:10px}.app-subtitle-dialog{font-size:11px}.rarities-grid{grid-template-columns:repeat(2,1fr)}.mob-multiselect-trigger{padding:5px 10px;min-height:34px}.mob-tag{font-size:9px;padding:2px 5px;max-width:85px}.mob-multiselect-option{padding:8px 12px;font-size:12px}.mob-multiselect-search{font-size:12px;padding:6px 10px}.mob-multiselect-dropdown{max-height:200px}}.settings-select-wrapper{position:relative;width:100%}.settings-select-trigger{display:flex;align-items:center;justify-content:space-between;background-color:#3c3c3ccc;border:2px solid #555;border-radius:6px;padding:5px 10px;min-height:34px;cursor:pointer;font-size:12px;color:#e0e0e0}.settings-select-trigger:hover{border-color:#777}.settings-select-trigger.open{border-color:#777;border-bottom-left-radius:0;border-bottom-right-radius:0}.settings-select-arrow{font-size:8px;color:#888;transition:transform .2s ease}.settings-select-arrow.open{transform:rotate(180deg)}.settings-select-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#323232fa;border:2px solid #777;border-top:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px;z-index:100;box-shadow:0 2px 8px #0000004d}.settings-select-option{padding:6px 10px;font-size:12px;cursor:pointer;color:#e0e0e0}.settings-select-option:hover{background-color:#50505099}.settings-select-option.selected{background-color:#4caf5026}.wd-overlay{position:fixed;inset:0;background:#000000a6;z-index:10000;display:flex;align-items:center;justify-content:center}.wd-dialog{background-color:#282828;border-radius:12px;border:3px solid #555;box-shadow:0 8px 32px #0006;width:90vw;max-width:820px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;font-family:Ubuntu Sans,sans-serif;color:#fff;-webkit-user-select:none;user-select:none;animation:wd-pop .18s cubic-bezier(.34,1.4,.64,1) both}.wd-dialog-narrow{max-width:480px}@keyframes wd-pop{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.wd-header{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background-color:#323232;border-bottom:2px solid #444;flex-shrink:0}.wd-title{font-size:15px;font-weight:700;margin:0}.wd-close{background:none;border:none;color:#aaa;font-size:22px;font-weight:700;cursor:pointer;padding:0 6px;border-radius:4px;line-height:1;transition:background .15s}.wd-close:hover{background:#333;color:#fff}.wd-content{flex:1;overflow-y:auto;padding:18px 20px;display:flex;flex-direction:column;gap:16px;max-height:calc(85vh - 50px)}.wd-content::-webkit-scrollbar{width:7px}.wd-content::-webkit-scrollbar-track{background:#00000026;border-radius:4px}.wd-content::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.wd-content::-webkit-scrollbar-thumb:hover{background:#777}.wd-open-banner{display:flex;align-items:center;gap:12px;padding:12px 14px;background-color:#0003;border:3px solid #333;border-radius:10px}.wd-open-banner-icon{font-size:22px;flex-shrink:0;line-height:1}.wd-open-banner-title{font-size:13px;font-weight:700;color:#fff;paint-order:stroke fill;-webkit-text-stroke:.07em black;margin-bottom:2px}.wd-open-banner-sub{font-size:12px;color:#888;line-height:1.4}.wd-section{display:flex;flex-direction:column;gap:8px}.wd-section-title{font-size:11px;font-weight:700;color:#ffe066;text-transform:uppercase;letter-spacing:.1em;paint-order:stroke fill;-webkit-text-stroke:.06em black}.wd-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 16px}.wd-feature-row{display:flex;align-items:center;gap:8px;padding:5px 0;border-bottom:1px solid #333;font-size:13px}.wd-feature-tick{font-size:12px;font-weight:700;color:#ffe066;paint-order:stroke fill;-webkit-text-stroke:.05em black;flex-shrink:0}.wd-feature-name{color:#ccc;font-weight:600}.wd-extras-list{display:flex;flex-direction:column;gap:0}.wd-extra-row{display:flex;align-items:baseline;gap:8px;padding:6px 0;border-bottom:1px solid #333;font-size:13px;line-height:1.4}.wd-extra-row:last-child{border-bottom:none}.wd-extra-bullet{font-size:13px;font-weight:700;color:#ffe066;paint-order:stroke fill;-webkit-text-stroke:.05em black;flex-shrink:0}.wd-extra-text{color:#aaa}.wd-extra-title{font-size:13px;font-weight:700;color:#ddd}.wd-extra-sep{color:#555}.wd-extra-desc{font-size:12px;color:#888}.wd-guest-box{border:3px solid #444;border-radius:10px;padding:14px;background-color:#00000026;display:flex;flex-direction:column;gap:10px}.wd-guest-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.wd-guest-title{font-size:13px;font-weight:700;color:#ffe066;paint-order:stroke fill;-webkit-text-stroke:.07em black}.wd-guest-badge{font-size:10px;font-weight:700;background-color:#00000040;border:2px solid #555;color:#999;padding:2px 7px;border-radius:20px;letter-spacing:.04em}.wd-guest-info{margin:0;font-size:11px;color:#999;line-height:1.5}.wd-guest-info strong{color:#ccc}.wd-input-group{display:flex;flex-direction:column;gap:5px}.wd-input-label{font-size:12px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.5px}.wd-input-row{display:flex}.wd-input{flex:1;padding:9px 12px;background-color:#3c3c3ccc;border:2px solid #555;border-right:none;border-radius:6px 0 0 6px;color:#e0e0e0;font-family:Ubuntu Sans,sans-serif;font-size:14px;outline:none;transition:border-color .2s}.wd-input:focus{border-color:#ffe066}.wd-input.wd-input-error{border-color:#c0504a}.wd-input::placeholder{color:#555}.wd-input:disabled{opacity:.5;cursor:not-allowed}.wd-input-submit{font-family:Ubuntu Sans,sans-serif;font-weight:700;font-size:14px;padding:0 18px;border:2px solid #1565a8;border-radius:0 6px 6px 0;cursor:pointer;background-color:#2196f3;color:#fff;display:flex;align-items:center;justify-content:center;min-width:52px;transition:filter .2s}.wd-input-submit:hover:not(:disabled){filter:brightness(1.2)}.wd-input-submit:disabled{opacity:.55;cursor:not-allowed}.wd-input-hint{font-size:11px;color:#888;line-height:1.4}.wd-input-hint code{background:#ffffff14;border-radius:3px;padding:0 3px;font-family:monospace;color:#aaa}.wd-error-msg{font-size:12px;color:#ff6b6b;font-weight:600;text-align:center;padding:8px;background:#ff6b6b1a;border-radius:6px;border:2px solid rgba(255,107,107,.3)}.wd-active-guest{display:flex;flex-direction:column;gap:10px}.wd-active-guest-status{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#ffe066;text-transform:uppercase;letter-spacing:.08em;paint-order:stroke fill;-webkit-text-stroke:.05em black}.wd-active-guest-dot{width:8px;height:8px;border-radius:50%;background-color:#ffe066;flex-shrink:0}.wd-active-guest-details{display:flex;flex-direction:column;gap:6px;padding:10px 12px;background-color:#0003;border:2px solid #444;border-radius:8px}.wd-active-guest-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.wd-active-guest-label{color:#999;font-weight:600}.wd-active-guest-value{color:#ddd;font-weight:700}.wd-active-guest-countdown{font-variant-numeric:tabular-nums;color:#fff}.wd-guest-logout-btn{margin-left:auto;padding:2px 10px;font-size:11px;font-weight:600;font-family:inherit;border-radius:4px;border:1.5px solid rgba(255,100,100,.3);background-color:#c0392b26;color:#ff8a80;cursor:pointer;transition:background .15s,border-color .15s,color .15s;letter-spacing:.05em}.wd-guest-logout-btn:hover{background-color:#c0392b66;border-color:#ff646480;color:#ffcdd2}.wd-confirmed-block{border:3px solid #444;border-radius:10px;padding:16px;background-color:#0003;display:flex;flex-direction:column;gap:10px}.wd-confirmed-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffe066;paint-order:stroke fill;-webkit-text-stroke:.06em black}.wd-confirmed-username-row{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.wd-confirmed-sublabel{font-size:13px;color:#bbb}.wd-confirmed-username{font-family:Ubuntu Sans,sans-serif;font-size:13px;font-weight:700;color:#fff}.wd-confirmed-expiry-row{font-size:12px}.wd-confirmed-expiry-text{color:#999}.wd-expiry-time{color:#ccc;font-weight:700}.wd-confirmed-note{font-size:11px;color:#888}.wd-failed-block{border:3px solid #444;border-radius:10px;padding:16px;background-color:#0003;display:flex;flex-direction:column;gap:8px}.wd-failed-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#e06060;paint-order:stroke fill;-webkit-text-stroke:.05em black}.wd-failed-reason{margin:0;font-size:13px;color:#bbb;line-height:1.5}.wd-upsell-box{border:3px solid #444;border-radius:10px;padding:14px;background-color:#00000026;display:flex;flex-direction:column;gap:8px}.wd-upsell-title{font-size:13px;font-weight:700;color:#ffe066;paint-order:stroke fill;-webkit-text-stroke:.06em black}.wd-upsell-text{margin:0;font-size:12px;color:#999;line-height:1.5}.wd-upsell-btn{align-self:flex-start;margin-top:2px}.wd-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 16px;background-color:#323232;border-top:2px solid #444;flex-shrink:0}.wd-footer-right{display:flex;gap:8px;align-items:center}.wd-footer-left{flex:1}.wd-btn-anon{background:none;border:none;color:#888;font-family:Ubuntu Sans,sans-serif;font-size:11px;font-weight:600;cursor:pointer;padding:3px 0;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.wd-btn-anon:hover{color:#aaa}.wd-btn{font-family:Ubuntu Sans,sans-serif;font-weight:700;font-size:15px;padding:6px 14px;border:3px solid;border-radius:8px;cursor:pointer;color:#fff;paint-order:stroke fill;-webkit-text-stroke:.05em black;display:flex;align-items:center;gap:6px;justify-content:center;outline:none;transition:filter .2s}.wd-btn:hover:not(:disabled){filter:brightness(1.2)}.wd-btn:disabled{opacity:.55;cursor:not-allowed}.wd-btn-primary{background-color:#5865f2;border-color:#4752c4}.wd-btn-secondary{background-color:#555;border-color:#3a3535;color:#ddd}.wd-spinner{display:inline-block;width:13px;height:13px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:wd-spin .7s linear infinite}@keyframes wd-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.wd-dialog{width:95vw}}@media(max-width:640px){.wd-dialog{width:96vw;max-height:92vh}.wd-content{padding:14px;gap:13px}.wd-feature-grid{grid-template-columns:1fr}.wd-footer{flex-wrap:wrap}.wd-footer-right{width:100%;justify-content:flex-end}.wd-btn-anon{width:100%;text-align:left}}@media(max-width:400px){.wd-feature-pills{gap:6px}.wd-feature-pill{font-size:11px;padding:5px 9px}.wd-btn{font-size:13px;padding:5px 10px}}
