:root{--bg-void: #060709;--bg-deep: #0a0c10;--bg-primary: #0e1117;--bg-surface: #141921;--bg-card: #171d27;--bg-card-hover: #1c2333;--border-dim: rgba(255, 255, 255, .04);--border-subtle: rgba(255, 255, 255, .07);--border-visible: rgba(255, 255, 255, .12);--text-primary: #e4e2df;--text-secondary: #9399a3;--text-muted: #565b66;--amethyst: #6a5acd;--amethyst-dim: #463c89;--amethyst-glow: rgba(106, 90, 205, .15);--amethyst-glow-strong: rgba(106, 90, 205, .3);--enchant: #a78bfa;--enchant-dim: #6d5aad;--enchant-glow: rgba(167, 139, 250, .15);--emerald: #2dd4a0;--emerald-dim: #1a7a5c;--emerald-glow: rgba(45, 212, 160, .15);--redstone: #f87171;--redstone-dim: #a34444;--redstone-glow: rgba(248, 113, 113, .15);--gold: #fbbf24;--gold-dim: #a37d16;--gold-glow: rgba(251, 191, 36, .15);--diamond: #38bdf8;--diamond-dim: #2478a3;--diamond-glow: rgba(56, 189, 248, .15);--font-pixel: "Tiny5", sans-serif;--font-body: "Nunito", sans-serif;--section-padding: clamp(4rem, 8vw, 7rem);--container-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:400;line-height:1.65;color:var(--text-primary);background-color:var(--bg-void);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#app{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:var(--border-visible);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}[style*=font-pixel],.logo-text,.nav-link,.hero-tag,.hero-title,.ip-label,.ip-address,.ip-copy,.player-text,.section-tag,.section-title,.card-name,.card-tag,.footer-logo{text-transform:uppercase}::selection{background:var(--amethyst);color:#fff}.skeleton{background:linear-gradient(90deg,var(--bg-card) 0%,var(--bg-card-hover) 50%,var(--bg-card) 100%);background-size:200% 100%;animation:skeleton-pulse 1.4s ease-in-out infinite}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.skeleton{animation:none}}.navbar[data-v-71312293]{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;border-bottom:1px solid transparent;transition:background .35s ease,backdrop-filter .35s ease,padding .35s ease,border-color .35s ease}.navbar.scrolled[data-v-71312293]{background:#060709d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border-dim);padding:.65rem 0}.navbar-inner[data-v-71312293]{display:flex;align-items:center;justify-content:space-between}.logo[data-v-71312293]{display:flex;align-items:center;gap:.6rem;font-family:var(--font-pixel);font-size:1.4rem;color:var(--text-primary);transition:opacity .2s;z-index:101}.logo[data-v-71312293]:hover{opacity:.8}.logo-img[data-v-71312293]{width:32px;height:32px;object-fit:contain;image-rendering:pixelated}.logo-text[data-v-71312293]{letter-spacing:.5px}.logo-dot[data-v-71312293]{color:var(--amethyst)}.nav-links[data-v-71312293]{display:flex;align-items:center;gap:2rem}.nav-link[data-v-71312293]{font-family:var(--font-pixel);font-size:1rem;color:var(--text-secondary);letter-spacing:2px;text-transform:uppercase;position:relative;padding:.25rem 0;transition:color .25s}.nav-link[data-v-71312293]:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--amethyst);transition:width .3s ease}.nav-link[data-v-71312293]:hover{color:var(--amethyst)}.nav-link[data-v-71312293]:hover:after{width:100%}.nav-socials[data-v-71312293]{display:flex;gap:.75rem;margin-left:.5rem;padding-left:1.5rem;border-left:1px solid var(--border-subtle)}.social-link[data-v-71312293]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--text-muted);border:1px solid var(--border-subtle);transition:all .25s}.social-link[data-v-71312293]:hover{color:var(--amethyst);border-color:var(--amethyst-dim);background:var(--amethyst-glow)}.mobile-toggle[data-v-71312293]{display:none;z-index:101;width:40px;height:40px;align-items:center;justify-content:center}.hamburger[data-v-71312293]{display:flex;flex-direction:column;gap:5px;width:22px}.hamburger span[data-v-71312293]{display:block;height:2px;background:var(--text-primary);transition:all .3s ease;transform-origin:center}.hamburger.open span[data-v-71312293]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span[data-v-71312293]:nth-child(2){opacity:0}.hamburger.open span[data-v-71312293]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.mobile-toggle[data-v-71312293]{display:flex}.nav-links[data-v-71312293]{position:fixed;inset:0;background:#060709f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;gap:2.5rem;opacity:0;visibility:hidden;transition:all .35s ease}.nav-links.open[data-v-71312293]{opacity:1;visibility:visible}.nav-link[data-v-71312293]{font-size:.85rem}.nav-socials[data-v-71312293]{margin-left:0;padding-left:0;border-left:none;padding-top:1rem;border-top:1px solid var(--border-subtle)}}.footer[data-v-f5787a7c]{position:relative;padding:0 0 2.5rem;margin-top:auto}.footer-border[data-v-f5787a7c]{height:1px;background:linear-gradient(90deg,transparent 0%,var(--border-subtle) 20%,var(--amethyst-dim) 50%,var(--border-subtle) 80%,transparent 100%);margin-bottom:2.5rem}.footer-inner[data-v-f5787a7c]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-left[data-v-f5787a7c]{display:flex;align-items:center;gap:1rem}.footer-logo[data-v-f5787a7c]{font-family:var(--font-pixel);font-size:1rem;color:var(--text-secondary)}.footer-dot[data-v-f5787a7c]{color:var(--amethyst-dim)}.footer-copy[data-v-f5787a7c]{font-size:.8rem;color:var(--text-muted)}.footer-center[data-v-f5787a7c]{display:flex;align-items:center;gap:.75rem}.footer-link[data-v-f5787a7c]{font-size:.8rem;color:var(--text-muted);transition:color .2s}.footer-link[data-v-f5787a7c]:hover{color:var(--amethyst)}.footer-sep[data-v-f5787a7c]{color:var(--border-subtle)}.footer-right[data-v-f5787a7c]{display:flex;align-items:center}.footer-credit[data-v-f5787a7c]{font-size:.8rem;color:var(--text-muted)}.credit-link[data-v-f5787a7c]{color:var(--text-secondary);transition:color .2s}.credit-link[data-v-f5787a7c]:hover{color:var(--amethyst)}@media(max-width:768px){.footer-inner[data-v-f5787a7c]{flex-direction:column;text-align:center;gap:.75rem}.footer-left[data-v-f5787a7c]{flex-direction:column;gap:.25rem}}main[data-v-fd00ec36]{flex:1}.page-enter-active,.page-leave-active{transition:opacity .25s ease,transform .25s ease}.page-enter-from{opacity:0;transform:translateY(12px)}.page-leave-to{opacity:0;transform:translateY(-12px)}.connect-box[data-v-9794631d]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.ip-block[data-v-9794631d]{display:inline-block}.ip-inner[data-v-9794631d]{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem .75rem 1.25rem;background:var(--bg-surface);border:1px solid var(--border-subtle);cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.ip-inner[data-v-9794631d]:hover{border-color:var(--amethyst-dim);background:var(--bg-card);box-shadow:0 0 30px var(--amethyst-glow)}.ip-label[data-v-9794631d]{font-family:var(--font-pixel);font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.ip-address[data-v-9794631d]{font-family:var(--font-pixel);font-size:1.3rem;color:var(--text-primary);letter-spacing:.5px}.ip-copy[data-v-9794631d]{font-family:var(--font-pixel);font-size:.85rem;color:var(--amethyst);padding:.35rem .75rem;border:1px solid var(--amethyst-dim);text-transform:uppercase;letter-spacing:.5px;transition:all .25s;white-space:nowrap}.ip-copy.copied[data-v-9794631d]{background:var(--amethyst-glow);color:var(--amethyst)}.ip-inner:hover .ip-copy[data-v-9794631d]{background:var(--amethyst-glow)}.player-count[data-v-9794631d]{display:inline-flex;align-items:center;gap:.5rem}.player-dot[data-v-9794631d]{width:8px;height:8px;background:var(--amethyst);box-shadow:0 0 8px var(--amethyst);animation:pulse-9794631d 2s ease-in-out infinite}@keyframes pulse-9794631d{0%,to{opacity:1}50%{opacity:.4}}.player-dot.offline[data-v-9794631d]{background:var(--redstone);box-shadow:0 0 8px var(--redstone)}.player-text[data-v-9794631d]{font-family:var(--font-pixel);font-size:1rem;color:var(--text-muted);letter-spacing:1px}@media(max-width:768px){.ip-inner[data-v-9794631d]{flex-wrap:wrap;justify-content:center;gap:.5rem}.ip-label[data-v-9794631d]{width:100%;text-align:center}}.hero[data-v-68adbf55]{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg-void)}.hero-bg[data-v-68adbf55]{position:absolute;inset:0;background:url(/images/server/survival.png) center/cover no-repeat;opacity:.15;filter:blur(2px) saturate(.6);transform:scale(1.05)}.particles[data-v-68adbf55]{position:absolute;inset:0;pointer-events:none}.particle[data-v-68adbf55]{position:absolute;width:var(--size);height:var(--size);left:var(--left);bottom:-20px;background:var(--color);opacity:0;animation:float-up-68adbf55 var(--duration) var(--delay) infinite linear}@keyframes float-up-68adbf55{0%{transform:translateY(0) rotate(0);opacity:0}5%{opacity:var(--opacity)}90%{opacity:var(--opacity)}to{transform:translateY(-100vh) rotate(90deg);opacity:0}}.grid-overlay[data-v-68adbf55]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:64px 64px;pointer-events:none}.hero-content[data-v-68adbf55]{position:relative;z-index:2;text-align:center;padding:8rem 1.5rem 6rem}.hero-tag[data-v-68adbf55]{font-family:var(--font-pixel);font-size:1rem;color:var(--amethyst);letter-spacing:4px;text-transform:uppercase;margin-bottom:1.5rem;animation:fade-in-up-68adbf55 .8s ease both}.hero-title[data-v-68adbf55]{font-family:var(--font-pixel);font-size:clamp(2.5rem,7vw,5rem);line-height:1.3;color:var(--text-primary);margin-bottom:1.5rem}.title-line[data-v-68adbf55]{display:block;animation:fade-in-up-68adbf55 .8s ease both;animation-delay:.15s}.title-accent[data-v-68adbf55]{color:var(--amethyst);text-shadow:0 0 40px var(--amethyst-glow-strong);animation-delay:.3s}.hero-desc[data-v-68adbf55]{max-width:540px;margin:0 auto 2.5rem;font-size:1.05rem;color:var(--text-secondary);line-height:1.75;animation:fade-in-up-68adbf55 .8s ease both;animation-delay:.45s}.hero-actions[data-v-68adbf55]{animation:fade-in-up-68adbf55 .8s ease both;animation-delay:.6s}.hero-fade[data-v-68adbf55]{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,var(--bg-void));pointer-events:none}@keyframes fade-in-up-68adbf55{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-content[data-v-68adbf55]{padding:7rem 1rem 4rem}}.servers[data-v-6f62c34c]{padding:var(--section-padding) 0;position:relative}.section-header[data-v-6f62c34c]{text-align:center;margin-bottom:3.5rem;opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.servers.visible .section-header[data-v-6f62c34c]{opacity:1;transform:translateY(0)}.section-tag[data-v-6f62c34c]{font-family:var(--font-pixel);font-size:1rem;color:var(--amethyst);letter-spacing:3px;text-transform:uppercase;margin-bottom:.75rem}.section-title[data-v-6f62c34c]{font-family:var(--font-pixel);font-size:clamp(1.6rem,3vw,2.4rem);color:var(--text-primary)}.cards-grid[data-v-6f62c34c]{display:flex;flex-direction:column;gap:1.25rem}.server-card[data-v-6f62c34c]{display:block;position:relative;background:var(--bg-card);border:1px solid var(--border-dim);overflow:hidden;transition:all .4s ease;opacity:0;transform:translateY(30px) scale(.97)}.card-inner[data-v-6f62c34c]{display:flex}.servers.visible .server-card[data-v-6f62c34c]{animation:card-enter-6f62c34c .6s ease forwards;animation-delay:var(--delay)}@keyframes card-enter-6f62c34c{to{opacity:1;transform:translateY(0) scale(1)}}.server-card[data-v-6f62c34c]:hover{transform:translateY(-4px);border-color:var(--border-visible)}.card-accent-line[data-v-6f62c34c]{position:absolute;top:0;left:0;z-index:2;height:16px;width:100%;image-rendering:pixelated;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='16' fill='white'%3E%3Crect width='64' height='4'/%3E%3Crect x='0' y='4' width='4' height='4'/%3E%3Crect x='4' y='4' width='4' height='4'/%3E%3Crect x='12' y='4' width='4' height='4'/%3E%3Crect x='16' y='4' width='4' height='4'/%3E%3Crect x='20' y='4' width='4' height='4'/%3E%3Crect x='28' y='4' width='4' height='4'/%3E%3Crect x='32' y='4' width='4' height='4'/%3E%3Crect x='40' y='4' width='4' height='4'/%3E%3Crect x='44' y='4' width='4' height='4'/%3E%3Crect x='48' y='4' width='4' height='4'/%3E%3Crect x='56' y='4' width='4' height='4'/%3E%3Crect x='60' y='4' width='4' height='4'/%3E%3Crect x='4' y='8' width='4' height='4'/%3E%3Crect x='12' y='8' width='4' height='4'/%3E%3Crect x='24' y='8' width='4' height='4'/%3E%3Crect x='36' y='8' width='4' height='4'/%3E%3Crect x='48' y='8' width='4' height='4'/%3E%3Crect x='60' y='8' width='4' height='4'/%3E%3Crect x='24' y='12' width='4' height='4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='16' fill='white'%3E%3Crect width='64' height='4'/%3E%3Crect x='0' y='4' width='4' height='4'/%3E%3Crect x='4' y='4' width='4' height='4'/%3E%3Crect x='12' y='4' width='4' height='4'/%3E%3Crect x='16' y='4' width='4' height='4'/%3E%3Crect x='20' y='4' width='4' height='4'/%3E%3Crect x='28' y='4' width='4' height='4'/%3E%3Crect x='32' y='4' width='4' height='4'/%3E%3Crect x='40' y='4' width='4' height='4'/%3E%3Crect x='44' y='4' width='4' height='4'/%3E%3Crect x='48' y='4' width='4' height='4'/%3E%3Crect x='56' y='4' width='4' height='4'/%3E%3Crect x='60' y='4' width='4' height='4'/%3E%3Crect x='4' y='8' width='4' height='4'/%3E%3Crect x='12' y='8' width='4' height='4'/%3E%3Crect x='24' y='8' width='4' height='4'/%3E%3Crect x='36' y='8' width='4' height='4'/%3E%3Crect x='48' y='8' width='4' height='4'/%3E%3Crect x='60' y='8' width='4' height='4'/%3E%3Crect x='24' y='12' width='4' height='4'/%3E%3C/svg%3E");-webkit-mask-size:64px 16px;mask-size:64px 16px;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x}.accent-amethyst .card-accent-line[data-v-6f62c34c]{background:var(--amethyst)}.accent-amethyst[data-v-6f62c34c]:hover{box-shadow:0 8px 40px var(--amethyst-glow),0 0 0 1px var(--amethyst-dim)}.accent-amethyst .card-name[data-v-6f62c34c]{color:var(--amethyst)}.accent-amethyst .card-tag[data-v-6f62c34c]{border-color:var(--amethyst-dim);color:var(--amethyst)}.accent-diamond .card-accent-line[data-v-6f62c34c]{background:var(--diamond)}.accent-diamond[data-v-6f62c34c]:hover{box-shadow:0 8px 40px var(--diamond-glow),0 0 0 1px var(--diamond-dim)}.accent-diamond .card-name[data-v-6f62c34c]{color:var(--diamond)}.accent-diamond .card-tag[data-v-6f62c34c]{border-color:var(--diamond-dim);color:var(--diamond)}.accent-gold .card-accent-line[data-v-6f62c34c]{background:var(--gold)}.accent-gold[data-v-6f62c34c]:hover{box-shadow:0 8px 40px var(--gold-glow),0 0 0 1px var(--gold-dim)}.accent-gold .card-name[data-v-6f62c34c]{color:var(--gold)}.accent-gold .card-tag[data-v-6f62c34c]{border-color:var(--gold-dim);color:var(--gold)}.accent-enchant .card-accent-line[data-v-6f62c34c]{background:var(--enchant)}.accent-enchant[data-v-6f62c34c]:hover{box-shadow:0 8px 40px var(--enchant-glow),0 0 0 1px var(--enchant-dim)}.accent-enchant .card-name[data-v-6f62c34c]{color:var(--enchant)}.accent-enchant .card-tag[data-v-6f62c34c]{border-color:var(--enchant-dim);color:var(--enchant)}.accent-emerald .card-accent-line[data-v-6f62c34c]{background:var(--emerald)}.accent-emerald[data-v-6f62c34c]:hover{box-shadow:0 8px 40px var(--emerald-glow),0 0 0 1px var(--emerald-dim)}.accent-emerald .card-name[data-v-6f62c34c]{color:var(--emerald)}.accent-emerald .card-tag[data-v-6f62c34c]{border-color:var(--emerald-dim);color:var(--emerald)}.card-body[data-v-6f62c34c]{padding:1.5rem 1.75rem;flex:1;display:flex;flex-direction:column;justify-content:center}.card-image-wrap[data-v-6f62c34c]{position:relative;width:480px;min-height:240px;overflow:hidden;flex-shrink:0}.card-image[data-v-6f62c34c]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .5s ease;filter:brightness(.7) saturate(.8)}.server-card:hover .card-image[data-v-6f62c34c]{transform:scale(1.08);filter:brightness(.85) saturate(1)}.card-image-overlay[data-v-6f62c34c]{position:absolute;inset:0;background:linear-gradient(to right,transparent 40%,var(--bg-card) 100%);pointer-events:none}.card-name[data-v-6f62c34c]{font-family:var(--font-pixel);font-size:1.3rem;margin-bottom:.75rem;letter-spacing:.5px}.card-desc[data-v-6f62c34c]{font-size:.9rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.25rem}.card-tags[data-v-6f62c34c]{display:flex;flex-wrap:wrap;gap:.5rem}.card-tag[data-v-6f62c34c]{font-family:var(--font-pixel);font-size:.75rem;padding:.3rem .6rem;border:1px solid var(--border-subtle);color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;transition:all .25s}.server-card:hover .card-tag[data-v-6f62c34c]{background:#ffffff05}@media(max-width:768px){.card-inner[data-v-6f62c34c]{flex-direction:column}.card-image-wrap[data-v-6f62c34c]{width:100%;min-height:140px;height:140px}.card-image-overlay[data-v-6f62c34c]{background:linear-gradient(to bottom,transparent 40%,var(--bg-card) 100%)}.card-body[data-v-6f62c34c]{padding:1.25rem}}
