@import "https://fonts.googleapis.com/css?family=Poppins:200,400,500,600,700";.slime-home-container{background-color:var(--color-background);justify-content:center;align-items:center;width:100vw;min-height:100vh;padding-top:120px;display:flex;position:relative;overflow-x:hidden}.slime-home-content{width:100%;max-width:1000px;padding:0 24px 60px}.home-hero{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.home-hero h1{color:#f8fafc;letter-spacing:-1px;margin:0 0 16px;font-size:48px;font-weight:800;line-height:1.15}.home-hero h1 .highlight{background:linear-gradient(135deg,#22c55e 0%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.home-hero p{color:#64748b;max-width:580px;margin:0 0 32px;font-size:16px;line-height:1.6}.home-hero .cta-button{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:2px;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:600;transition:all .2s ease-in-out;display:flex;box-shadow:0 4px 20px #22c55e33}.home-hero .cta-button:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 4px 25px #22c55e4d}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:80px;display:grid}.features-grid .feature-card{background:var(--color-card);text-align:center;border:1px solid #ffffff08;padding:32px 24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.features-grid .feature-card:hover{border-color:#22c55e4d;transform:translateY(-8px)}.features-grid .feature-card .icon-wrapper{background:#ffffff05;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 20px;display:flex}.features-grid .feature-card .icon-wrapper.blue{color:#38bdf8;background:#38bdf814}.features-grid .feature-card .icon-wrapper.gold{color:#eab308;background:#eab30c14}.features-grid .feature-card .icon-wrapper.green{color:#22c55e;background:#22c55e14}.features-grid .feature-card h3{color:#f8fafc;margin:0 0 10px;font-size:17px;font-weight:700}.features-grid .feature-card p{color:#64748b;margin:0;font-size:13.5px;line-height:1.6}.home-footer{text-align:center;color:#64748b;border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:20px;margin-top:60px;padding:30px 20px;font-size:14px;display:flex}.home-footer .footer-tech-stack{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.home-footer .footer-tech-stack .stack-title{color:#f8fafc;align-items:center;gap:6px;margin-right:4px;font-weight:600;display:flex}.home-footer .footer-tech-stack .tech-tag{background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;display:flex}.home-footer .footer-credits p{margin:0}.home-footer .footer-credits .creator-name{color:#22c55e;letter-spacing:.5px;font-weight:700}.home-footer .footer-credits .sub-rights{opacity:.6;margin-top:4px;font-size:11px}.valane-container{box-sizing:border-box;color:#f8fafc;background-color:var(--color-background);justify-content:center;align-items:center;width:100vw;min-height:100vh;margin:0;padding:80px 20px 4vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;background-image:none!important}@media (width<=768px){.valane-container{align-items:flex-start;padding:75px 12px 4vh}}.valane-app{background-color:var(--color-card);box-sizing:border-box;border:1px solid #ffffff08;border-radius:12px;width:100%;max-width:680px;padding:4vh 32px;transition:border-color .4s,box-shadow .4s;position:relative;box-shadow:0 30px 60px #00000080;border-color:rgba(var(--accent-color), .15)!important}@media (width<=520px){.valane-app{border-radius:8px;padding:24px 16px}}.app-header{margin-bottom:3vh}.app-header .logo-box{align-items:center;gap:14px;display:flex}@media (width<=480px){.app-header .logo-box{gap:10px}}.app-header .logo-box .logo-icon{background:linear-gradient(135deg, var(--accent-color), #4f46e5);border-radius:8px;flex-shrink:0;width:44px;height:44px;transition:all .4s;position:relative;box-shadow:0 4px 12px #0000004d}.app-header .logo-box .logo-icon:after{content:"";opacity:.8;background-color:#fff;border-radius:50%;position:absolute;inset:14px}.app-header .logo-box .logo-text{min-width:0}.app-header .logo-box .logo-text h2{letter-spacing:-.5px;background:linear-gradient(120deg, #fff, var(--accent-color));-webkit-text-fill-color:transparent;white-space:nowrap;text-overflow:ellipsis;-webkit-background-clip:text;margin:0;font-size:calc(18px + .2vw);font-weight:700;transition:all .4s;overflow:hidden}.app-header .logo-box .logo-text span{color:#64748b;font-size:12px}@media (width<=600px){.server-buttons-tabs,.navigation-tabs-mobile-fix{-webkit-overflow-scrolling:touch;gap:8px;white-space:nowrap!important;display:flex!important;overflow-x:auto!important}.server-buttons-tabs::-webkit-scrollbar{display:none}.navigation-tabs-mobile-fix::-webkit-scrollbar{display:none}}.search-section{gap:12px;margin-bottom:3vh;display:flex}@media (width<=480px){.search-section{flex-direction:column}}.search-section .input-wrapper{flex:1;position:relative}.search-section .input-wrapper .search-icon{opacity:.4;font-size:14px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.search-section .input-wrapper input{background-color:var(--color-card);color:#fff;box-sizing:border-box;border:1px solid #ffffff0d;border-radius:6px;width:100%;height:48px;padding:0 16px 0 44px;font-size:14px;transition:all .3s}.search-section .input-wrapper input:focus{border-color:var(--accent-color);box-shadow:none;outline:none}.player-card{background-color:#0003;border:1px solid #ffffff08;border-radius:6px;margin-bottom:3vh;padding:24px}@media (width<=520px){.player-card{padding:16px}}.player-card .player-header{align-items:center;gap:16px;margin-bottom:2vh;display:flex}@media (width<=400px){.player-card .player-header{flex-direction:column;align-items:flex-start;gap:12px}}.player-card .player-header .avatar-wrapper{border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;width:56px;height:56px;transition:all .4s;position:relative;overflow:hidden}.player-card .player-header .avatar-wrapper:before{content:"";border:2px solid var(--accent-color);pointer-events:none;opacity:.4;border-radius:8px;position:absolute;inset:0}.player-card .player-header .avatar-wrapper img{object-fit:cover;width:100%;height:100%;image-rendering:pixelated}.player-card .player-header .player-title{min-width:0}.player-card .player-header .player-title .player-name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.player-card .player-header .player-title .player-name-row h3{white-space:nowrap;text-overflow:ellipsis;max-width:220px;margin:0;font-size:22px;font-weight:700;overflow:hidden}.player-card .player-header .player-title .player-name-row .server-badge-info{color:var(--accent-color);filter:brightness(1.1);font-size:14px;font-weight:600;transition:color .4s}.player-card .player-header .player-title .badge{letter-spacing:.5px;background:#ffffff0d;border-radius:4px;margin-top:6px;padding:4px 8px;font-size:10px;font-weight:700;display:inline-block}.player-card .player-header .player-title .badge.offline{color:#94a3b8;background:#94a3b81a}.player-card .player-header .player-title .badge.online{color:var(--accent-color);background:#ffffff05;border:1px solid #ffffff0d;transition:color .4s}.player-card .status-time{flex-direction:column;margin-bottom:2vh;display:flex}.player-card .status-time .label{color:#64748b;font-size:12px}.player-card .status-time .time-ago{color:#f43f5e;margin:2px 0;font-size:calc(20px + .3vw);font-weight:800}.player-card .status-time .exact-date{color:#64748b;font-size:12px}.player-card .divider{background:linear-gradient(90deg,#ffffff0d 0%,#ffffff03 100%);border:none;height:1px;margin:2vh 0}.player-card .logs-timeline{flex-direction:column;gap:14px;display:flex}.player-card .logs-timeline .log-row{justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.player-card .logs-timeline .log-row .log-label{color:#64748b;align-items:center;gap:10px;min-width:0;display:flex}.player-card .logs-timeline .log-row .log-label .icon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;display:inline-flex}.player-card .logs-timeline .log-row .log-label .icon.login{color:#fff}.player-card .logs-timeline .log-row .log-label .icon.logout{color:#ef4444}.player-card .logs-timeline .log-row .log-label .icon.first-login{color:#eab308}.player-card .logs-timeline .log-row .log-label span:not(.icon){white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.player-card .logs-timeline .log-row .log-value{color:#ffffffe6;white-space:nowrap;font-weight:600}.other-servers-section{margin-top:3vh}.other-servers-section h4{color:#64748b;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700}.other-servers-section .servers-list{flex-direction:column;gap:8px;display:flex}.other-servers-section .servers-list .server-item{background-color:#00000026;border:1px solid #ffffff05;border-radius:6px;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;font-size:13px;transition:all .3s;display:flex}.other-servers-section .servers-list .server-item.clickable:hover:not(.active){background-color:#ffffff05;border-color:#ffffff0d}.other-servers-section .servers-list .server-item.active{background-color:#ffffff0a;border-color:var(--accent-color)!important}.other-servers-section .servers-list .server-item .server-name{align-items:center;gap:10px;min-width:0;font-weight:600;display:flex}.other-servers-section .servers-list .server-item .server-name .dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.other-servers-section .servers-list .server-item .server-name span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.other-servers-section .servers-list .server-item .server-status{color:#64748b;white-space:nowrap;flex-shrink:0;font-size:12px;font-style:italic}.loader{text-align:center;color:var(--accent-color);margin-bottom:15px;font-size:13px;transition:color .4s}.app-footer{text-align:center;color:#64748b;margin-top:3vh;font-size:11px}.app-footer kbd{background:#ffffff14;border:1px solid #ffffff1a;border-radius:4px;padding:2px 4px}@keyframes slimeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes shadowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.1;transform:scale(.7)}}@keyframes pixelRise{0%{opacity:0;transform:translateY(0)scale(1)}20%{opacity:.6}80%{opacity:.6}to{opacity:0;transform:translateY(-80px)scale(0)}}.error-container{background:var(--color-background);color:#f8fafc;box-sizing:border-box;justify-content:center;align-items:center;min-height:100vh;padding:80px 20px 4vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}@media (width<=768px){.error-container{align-items:flex-start;padding:75px 12px 4vh}}.error-content{background:var(--color-card);text-align:center;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-sizing:border-box;border:1px solid #ffffff0a;border-radius:6px;width:100%;max-width:450px;padding:40px;box-shadow:0 25px 60px #0009,inset 0 1px #ffffff14}@media (width<=480px){.error-content{padding:30px 16px}}.error-content .minecraft-levitation-container{justify-content:center;align-items:center;width:80px;height:120px;margin:0 auto 20px;display:flex;position:relative}.error-content .minecraft-levitation-container .mc-slime-levitate{z-index:2;background-color:#5bb351;border:4px solid #3b7435;width:64px;height:64px;animation:3s ease-in-out infinite slimeFloat;position:relative;box-shadow:inset -6px -6px #3b7435,inset 6px 6px #76d16b}.error-content .minecraft-levitation-container .mc-slime-levitate:before,.error-content .minecraft-levitation-container .mc-slime-levitate:after{content:"";background-color:#21381d;width:8px;height:8px;position:absolute;top:20px}.error-content .minecraft-levitation-container .mc-slime-levitate:before{left:12px}.error-content .minecraft-levitation-container .mc-slime-levitate:after{right:12px}.error-content .minecraft-levitation-container .mc-slime-levitate .pixel-mouth{background-color:#21381d;width:16px;height:4px;position:absolute;bottom:20px;left:20px}.error-content .minecraft-levitation-container .mc-slime-levitate .pixel-mouth:before,.error-content .minecraft-levitation-container .mc-slime-levitate .pixel-mouth:after{content:"";background-color:#21381d;width:4px;height:4px;position:absolute;bottom:-4px}.error-content .minecraft-levitation-container .mc-slime-levitate .pixel-mouth:before{left:0}.error-content .minecraft-levitation-container .mc-slime-levitate .pixel-mouth:after{right:0}.error-content .minecraft-levitation-container .mc-shadow-fade{z-index:1;background:#000;border-radius:50%;width:48px;height:6px;animation:3s ease-in-out infinite shadowPulse;position:absolute;bottom:5px}.error-content .minecraft-levitation-container .pixel-particle{z-index:1;background-color:#76d16b;border:1px solid #3b7435;width:6px;height:6px;animation:2s linear infinite pixelRise;position:absolute;bottom:20px}.error-content .minecraft-levitation-container .pixel-particle.p1{animation-delay:0s;left:0}.error-content .minecraft-levitation-container .pixel-particle.p2{width:4px;height:4px;animation-delay:.6s;right:-10px}.error-content .minecraft-levitation-container .pixel-particle.p3{animation-delay:1.3s;left:20px}.error-content h1{letter-spacing:-2px;background:linear-gradient(135deg,#fff,#22c55e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:calc(44px + 2vw);font-weight:900;line-height:1}.error-content h2{color:#f8fafc;margin:14px 0 10px;font-size:calc(16px + .4vw);font-weight:700;line-height:1.3}.error-content p{color:#64748b;margin:0 0 32px;font-size:14px;line-height:1.5}@media (width<=480px){.error-content p{margin-bottom:24px;font-size:13px}}.error-content .back-home-btn{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .1s,opacity .2s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 20px #22c55e33}@media (width<=400px){.error-content .back-home-btn{width:100%;padding:14px 20px}}.error-content .back-home-btn:hover{opacity:.95;box-shadow:0 0 25px #22c55e66}.error-content .back-home-btn:active{transform:scale(.98)}.global-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background-color:#252629b3;border-bottom:1px solid #ffffff0d;align-items:center;height:70px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}@media (width<=640px){.global-header{height:60px}}.header-container{justify-content:space-between;align-items:center;width:100%;max-width:1440px;height:100%;margin:0 auto;padding:0 40px;display:flex;position:relative}@media (width<=1024px){.header-container{padding:0 24px}}@media (width<=640px){.header-container{gap:12px;padding:0 16px}}.header-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header-logo .logo-img{object-fit:contain;object-position:left center;width:48px;height:auto;margin-right:8px}@media (width<=640px){.header-logo .logo-img{width:38px}}.header-logo .logo-text{z-index:2;position:relative}.header-logo .logo-text h1{color:#f8fafc;letter-spacing:-.5px;margin:0;font-size:16px;line-height:1.2}@media (width<=640px){.header-logo .logo-text h1{font-size:14px}}.header-logo .logo-text span{color:#64748b;margin-top:2px;font-size:11px;display:block}@media (width<=640px){.header-logo .logo-text span{display:none}}.header-nav{align-items:center;gap:8px;transition:all .3s;display:flex;position:absolute;left:50%;transform:translate(-50%)}@media (width<=1024px){.header-nav{position:static;left:auto;transform:none}}@media (width<=640px){.header-nav{max-width:70%;padding:4px 0;position:static;overflow-x:auto;transform:none}.header-nav::-webkit-scrollbar{display:none}.header-nav{-ms-overflow-style:none;scrollbar-width:none}}.header-nav .nav-link{color:#64748b;white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}@media (width<=640px){.header-nav .nav-link{gap:6px;padding:6px 12px;font-size:13px}}.header-nav .nav-link:hover{color:#f8fafc;background-color:#ffffff08}.header-nav .nav-link.active{color:var(--accent-color,#22c55e);background:color-mix(in srgb, var(--accent-color,#22c55e) 8%, transparent);border:1px solid color-mix(in srgb, var(--accent-color,#22c55e) 15%, transparent)}.hdv-dashboard{color:#fff;background:var(--color-background);box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;margin-top:70px;padding:3vh 24px;display:flex}@media (width<=768px){.hdv-dashboard{margin-top:60px;padding:2vh 16px}}.hdv-dashboard .dashboard-header{flex-direction:column;gap:16px;margin-bottom:3vh;display:flex}.hdv-dashboard .dashboard-header .dashboard-title-row{justify-content:space-between;align-items:center;width:100%;display:flex}@media (width<=520px){.hdv-dashboard .dashboard-header .dashboard-title-row{flex-direction:column;align-items:flex-start;gap:12px}}.hdv-dashboard .dashboard-header h2{align-items:center;gap:8px;margin:0;font-size:calc(18px + .5vw);display:flex}.hdv-dashboard .dashboard-header h2 .hexagon-icon{color:var(--server-accent);flex-shrink:0}.hdv-dashboard .dashboard-header .server-tabs-wrapper{justify-content:center;width:100%;margin-top:1vh;display:flex}.hdv-dashboard .dashboard-header .server-buttons-tabs{gap:10px;max-width:100%;padding:4px 0;display:flex;overflow-x:auto}.hdv-dashboard .dashboard-header .server-buttons-tabs::-webkit-scrollbar{display:none}.hdv-dashboard .dashboard-header .server-buttons-tabs{scrollbar-width:none}.hdv-dashboard .dashboard-header .server-buttons-tabs .server-tab-btn{cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .25s ease-in-out;display:flex}.hdv-dashboard .dashboard-header .server-buttons-tabs .server-tab-btn .server-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.hdv-dashboard .dashboard-header .server-buttons-tabs .server-tab-btn:not(.is-active):hover{transform:translateY(-2px);color:#f8fafc!important;background:#ffffff05!important;border-color:#fff3!important}.hdv-dashboard .dashboard-header .server-buttons-tabs .server-tab-btn:not(.is-active):hover .server-dot{opacity:.8!important}.hdv-dashboard .stats-cards-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:4vh;display:grid}@media (width>=1024px){.hdv-dashboard .stats-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.hdv-dashboard .stats-cards-grid{grid-template-columns:1fr}}.hdv-dashboard .stats-cards-grid .stat-card{background:var(--color-card);border:1px solid #ffffff0d;border-radius:6px;flex-direction:column;padding:20px;display:flex;position:relative;overflow:hidden}.hdv-dashboard .stats-cards-grid .stat-card .card-icon{opacity:.15;position:absolute;top:20px;right:20px}.hdv-dashboard .stats-cards-grid .stat-card .text-orange{color:var(--server-accent)}.hdv-dashboard .stats-cards-grid .stat-card .text-yellow{color:#ffd166}.hdv-dashboard .stats-cards-grid .stat-card .text-gold{color:var(--server-accent)}.hdv-dashboard .stats-cards-grid .stat-card .stat-number{margin-bottom:4px;font-size:26px;font-weight:700}.hdv-dashboard .stats-cards-grid .stat-card .stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.hdv-dashboard .dashboard-section{background:var(--color-card);border:1px solid #ffffff0d;border-radius:6px;margin-bottom:3vh;padding:20px}@media (width<=520px){.hdv-dashboard .dashboard-section{padding:16px}}.hdv-dashboard .dashboard-section h3{color:#64748b;letter-spacing:.5px;text-transform:uppercase;margin:0 0 16px;font-size:13px}.hdv-dashboard .section-categories .category-row{align-items:center;gap:16px;margin-bottom:14px;font-size:13px;display:flex}@media (width<=400px){.hdv-dashboard .section-categories .category-row{gap:10px}}.hdv-dashboard .section-categories .category-row .cat-name{white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;width:120px;overflow:hidden}@media (width<=400px){.hdv-dashboard .section-categories .category-row .cat-name{width:90px}}.hdv-dashboard .section-categories .category-row .progress-bar-bg{background:#1e293b;border-radius:3px;flex:1;height:6px;overflow:hidden}.hdv-dashboard .section-categories .category-row .progress-bar-bg .progress-bar-fill{background:var(--server-accent);border-radius:3px;height:100%}.hdv-dashboard .section-categories .category-row .cat-count{text-align:right;color:#64748b;flex-shrink:0;width:40px}.hdv-dashboard .section-recent{background:var(--color-card);border:1px solid #ffffff0d;border-radius:6px;margin-bottom:3vh;padding:20px}.hdv-dashboard .section-recent .search-wrapper{gap:12px;margin-bottom:20px;display:flex}.hdv-dashboard .section-recent .search-wrapper .input-relative{flex:1;max-width:400px;position:relative}.hdv-dashboard .section-recent .search-wrapper .input-relative input{color:#fff;background:#07090c;border:1px solid #ffffff0d;border-radius:6px;outline:none;width:100%;padding:12px 12px 12px 42px}.hdv-dashboard .section-recent .search-wrapper .input-relative input:focus{border-color:var(--server-accent)}.hdv-dashboard .section-recent .search-wrapper .input-relative .search-icon{color:#4e5d73;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.hdv-dashboard .section-recent .no-items{color:#64748b;text-align:center;padding:20px 0}.hdv-dashboard .section-recent .recent-items-list{display:block}.hdv-dashboard .section-recent .recent-item-row{border-bottom:1px solid #ffffff0d;align-items:center;padding:14px 0;display:flex}.hdv-dashboard .section-recent .recent-item-row:last-child{border-bottom:none}.hdv-dashboard .section-recent .recent-item-row .item-icon-container{background:#07090c;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-right:14px;display:flex;position:relative}.hdv-dashboard .section-recent .recent-item-row .item-icon-container img{object-fit:contain;width:32px;height:32px;image-rendering:pixelated}.hdv-dashboard .section-recent .recent-item-row .item-icon-container .item-amount-badge{background:var(--server-accent);color:#000;border-radius:4px;padding:2px 5px;font-size:10px;font-weight:800;position:absolute;bottom:-2px;right:-2px}.hdv-dashboard .section-recent .recent-item-row .item-details{flex:1;min-width:0}.hdv-dashboard .section-recent .recent-item-row .item-details .item-name{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.hdv-dashboard .section-recent .recent-item-row .item-details .item-meta{color:#64748b;align-items:center;gap:16px;margin-top:4px;font-size:12px;display:flex}.hdv-dashboard .section-recent .recent-item-row .item-details .seller-profile{align-items:center;gap:6px;display:flex}.hdv-dashboard .section-recent .recent-item-row .item-details .seller-profile .seller-avatar{border-radius:2px;width:16px;height:16px}.hdv-dashboard .section-recent .recent-item-row .item-details .seller-profile .item-seller{white-space:nowrap;text-overflow:ellipsis;max-width:110px;overflow:hidden}.hdv-dashboard .section-recent .recent-item-row .item-price{color:#fff;font-weight:700}.hdv-dashboard .pagination-wrapper{border-top:1px solid #ffffff0d;justify-content:center;align-items:center;gap:8px;margin-top:24px;padding-top:16px;display:flex}.hdv-dashboard .pagination-wrapper .page-btn{background:var(--color-card);color:#fff;cursor:pointer;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;min-width:38px;height:38px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.hdv-dashboard .pagination-wrapper .page-btn:not(.is-active):not(:disabled):hover{border-color:var(--server-accent);color:var(--server-accent)}.hdv-dashboard .pagination-wrapper .page-btn.is-active{background:var(--server-accent);border-color:var(--server-accent);color:#000;cursor:default}.hdv-dashboard .pagination-wrapper .page-btn:disabled{opacity:.3;cursor:not-allowed}.status-dashboard{color:#fff;background:var(--color-background);flex-direction:column;width:100%;max-width:100%;min-height:calc(100vh - 70px);margin-top:70px;padding:24px;display:flex}@media (width<=768px){.status-dashboard{min-height:calc(100vh - 60px);margin-top:60px;padding:16px}}.status-dashboard .status-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}@media (width<=520px){.status-dashboard .status-header{flex-direction:column;align-items:flex-start;gap:12px}}.status-dashboard .status-header h2{align-items:center;gap:10px;margin:0;font-size:22px;line-height:1.3;display:flex}@media (width<=520px){.status-dashboard .status-header h2{font-size:18px}}.status-dashboard .status-header h2 .icon-pulse{color:#2ecc71;flex-shrink:0}.status-dashboard .status-header .refresh-btn{background:var(--color-card);color:#fff;cursor:pointer;white-space:nowrap;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}@media (width<=520px){.status-dashboard .status-header .refresh-btn{justify-content:center;width:100%;padding:10px}}.status-dashboard .status-header .refresh-btn:hover:not(:disabled){background:#ffffff0d;border-color:#ffffff4d}.status-dashboard .status-header .refresh-btn:disabled{opacity:.5;cursor:not-allowed}.status-dashboard .status-header .refresh-btn .spinning{animation:1s linear infinite spin}.status-dashboard .global-status-bar{letter-spacing:.5px;border:1px solid #0000;border-radius:6px;align-items:center;gap:12px;margin-bottom:24px;padding:16px 20px;font-size:14px;font-weight:700;line-height:1.4;transition:all .3s;display:flex}@media (width<=480px){.status-dashboard .global-status-bar{padding:12px 16px;font-size:13px}}.status-dashboard .global-status-bar.all-good{color:#2ecc71;background:#2ecc711a;border-color:#2ecc7133}.status-dashboard .global-status-bar.partial-vulnerability{color:#e74c3c;background:#e74c3c1a;border-color:#e74c3c4d;animation:2s ease-in-out infinite pulse-warn;box-shadow:0 0 15px #e74c3c0d}.status-dashboard .global-status-bar.total-blackout{color:#e74c3c;background:#e74c3c33;border-color:#e74c3c80;box-shadow:0 0 20px #e74c3c1a}.status-dashboard .global-status-bar.checking{color:#64748b;background:#ffffff05;border-color:#ffffff0d}.status-dashboard .status-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;display:grid}@media (width<=360px){.status-dashboard .status-grid{grid-template-columns:1fr}}.status-dashboard .status-card{background:var(--color-card);border:1px solid #ffffff0d;border-radius:6px;flex-direction:column;gap:16px;padding:18px;transition:border-color .3s;display:flex}.status-dashboard .status-card.online{border-left:4px solid #2ecc71}.status-dashboard .status-card.offline{border-left:4px solid #e74c3c}.status-dashboard .status-card .card-main{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.status-dashboard .status-card .server-info{min-width:0}.status-dashboard .status-card .server-info .title-with-icon{color:#fff;align-items:center;gap:8px;margin-bottom:4px;display:flex}.status-dashboard .status-card .server-info .title-with-icon svg{color:#64748b;opacity:.8;flex-shrink:0}.status-dashboard .status-card .server-info .title-with-icon h3{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:700;overflow:hidden}.status-dashboard .status-card .server-info .api-url{color:#475569;word-break:break-all;font-size:11px}.status-dashboard .status-card .status-badge{white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:flex}.status-dashboard .status-card .status-badge.bg-online{color:#2ecc71;background:#2ecc711a}.status-dashboard .status-card .status-badge.bg-offline{color:#e74c3c;background:#e74c3c1a}.status-dashboard .status-card .status-badge.bg-loading{color:#64748b;background:#ffffff0d}.status-dashboard .status-card .card-footer{border-top:1px solid #ffffff0d;justify-content:space-between;gap:8px;padding-top:12px;font-size:12px;display:flex}.status-dashboard .status-card .card-footer .footer-metric{flex-direction:column;gap:2px;display:flex}.status-dashboard .status-card .card-footer .footer-metric .label{color:#475569;font-weight:500}.status-dashboard .status-card .card-footer .footer-metric .value{color:#fff;font-weight:600}.status-dashboard .status-card .card-footer .footer-metric .value.warn{color:#e74c3c}.status-dashboard .logs-section{background:#090d13;border:1px solid #ffffff0d;border-radius:6px;flex-direction:column;flex-grow:1;margin-top:32px;padding:20px;font-family:Courier New,Courier,monospace;display:flex}@media (width<=480px){.status-dashboard .logs-section{margin-top:24px;padding:14px}}.status-dashboard .logs-section .logs-header{color:#64748b;align-items:center;gap:10px;margin-bottom:16px;font-family:sans-serif;display:flex}.status-dashboard .logs-section .logs-header h3{letter-spacing:.5px;margin:0;font-size:13px;font-weight:700}.status-dashboard .logs-section .logs-console{flex-direction:column;flex-grow:1;gap:8px;min-height:200px;max-height:none;padding-right:5px;display:flex;overflow-y:auto}.status-dashboard .logs-section .logs-console::-webkit-scrollbar{width:4px}.status-dashboard .logs-section .logs-console::-webkit-scrollbar-track{background:0 0}.status-dashboard .logs-section .logs-console::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.status-dashboard .logs-section .logs-console .logs-placeholder{color:#475569;margin:10px 0;font-size:13px}.status-dashboard .logs-section .logs-console .log-row{word-break:break-word;background:#ffffff03;border-radius:4px;align-items:flex-start;gap:10px;padding:6px 8px;font-size:12px;line-height:1.5;display:flex}@media (width<=480px){.status-dashboard .logs-section .logs-console .log-row{gap:6px;font-size:11px}}.status-dashboard .logs-section .logs-console .log-row.success{color:#cbd5e1}.status-dashboard .logs-section .logs-console .log-row.success .log-server{color:#38ef7d;font-weight:700}.status-dashboard .logs-section .logs-console .log-row.success .log-time{color:#64748b;flex-shrink:0}.status-dashboard .logs-section .logs-console .log-row.error{color:#fca5a5;background:#e74c3c12;border-left:3px solid #e74c3c;animation:.3s ease-out flash-red}.status-dashboard .logs-section .logs-console .log-row.error .log-server{color:#ef4444;font-weight:700}.status-dashboard .logs-section .logs-console .log-row.error .log-time{color:#f87171;flex-shrink:0}.status-dashboard .logs-section .logs-console .log-row.error .log-message{flex-wrap:wrap;align-items:center;gap:6px;font-weight:600;display:flex}.status-dashboard .logs-section .logs-console .log-row.error .log-message .inline-err-icon{flex-shrink:0}.status-dashboard .logs-section .logs-console .log-row .log-arrow{color:#475569;flex-shrink:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-warn{0%,to{border-color:#e74c3c4d}50%{border-color:#e74c3c99}}@keyframes flash-red{0%{background:#e74c3c4d}to{background:#e74c3c12}}*{box-sizing:border-box;font-family:Poppins,sans-serif}html,body{background-color:#060814;width:100%;height:100%;overflow-x:hidden;margin:0!important;padding:0!important}:root{--color-background:#23272a;--color-card:#1a1d24b3;--color-valane:#ffb703;--color-craftaria:#e76f51;--color-vikingcraft:#9b51e0;--color-landaria:#2ec4b6}
