.server-module__jWI3PG__page{background:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-geist-sans)}.server-module__jWI3PG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:rgba(0,0,0,.8);position:-webkit-sticky;position:sticky;top:0}.server-module__jWI3PG__nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.server-module__jWI3PG__logo h1{margin:0;font-size:2rem;font-weight:800}.server-module__jWI3PG__navLinks{gap:2rem;display:flex}.server-module__jWI3PG__navLink{color:var(--foreground);font-weight:500;text-decoration:none;transition:color .3s}.server-module__jWI3PG__navLink:hover{color:var(--primary)}.server-module__jWI3PG__main{flex:1;max-width:1200px;margin:0 auto;padding:2rem}.server-module__jWI3PG__heroSection{text-align:center;margin-bottom:3rem;padding:4rem 2rem}.server-module__jWI3PG__title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.server-module__jWI3PG__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.server-module__jWI3PG__serverInfoSection{margin-bottom:4rem}.server-module__jWI3PG__serverCard{background:var(--card-bg);border:1px solid var(--border);text-align:center;border-radius:12px;padding:3rem;transition:all .3s}.server-module__jWI3PG__serverCard:hover{border-color:var(--primary);box-shadow:0 10px 25px rgba(99,102,241,.15)}.server-module__jWI3PG__serverCard h2{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2rem;font-weight:700}.server-module__jWI3PG__ipSection{margin-bottom:2rem}.server-module__jWI3PG__ipContainer{background:rgba(99,102,241,.1);border:2px solid rgba(99,102,241,.3);border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;max-width:500px;margin:0 auto;padding:1.5rem;display:flex}.server-module__jWI3PG__ipLabel{color:var(--foreground);font-size:1.1rem;font-weight:600}.server-module__jWI3PG__serverIP{color:var(--primary);border:1px solid var(--border);background:rgba(0,0,0,.3);border-radius:8px;padding:.75rem 1.5rem;font-family:Courier New,monospace;font-size:1.2rem;font-weight:700}.server-module__jWI3PG__copyButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.server-module__jWI3PG__copyButton:hover{background:var(--primary-hover);transform:translateY(-1px)}.server-module__jWI3PG__copyButton.server-module__jWI3PG__copied{background:#4caf50;transform:scale(1.05)}.server-module__jWI3PG__serverDetails{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.server-module__jWI3PG__detailItem{flex-direction:column;align-items:center;gap:.5rem;display:flex}.server-module__jWI3PG__detailLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.server-module__jWI3PG__detailValue{color:var(--foreground);font-size:1.2rem;font-weight:700}.server-module__jWI3PG__detailValue.server-module__jWI3PG__online{color:#4caf50}.server-module__jWI3PG__aboutSection{margin-bottom:4rem}.server-module__jWI3PG__aboutContent{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:3rem}.server-module__jWI3PG__aboutContent h2{text-align:center;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.server-module__jWI3PG__aboutContent>p{color:var(--text-muted);text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.server-module__jWI3PG__features{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.server-module__jWI3PG__featureItem{text-align:center;background:rgba(99,102,241,.05);border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:2rem;transition:all .3s}.server-module__jWI3PG__featureItem:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 25px rgba(99,102,241,.15)}.server-module__jWI3PG__featureItem h3{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.server-module__jWI3PG__featureItem p{color:var(--text-muted);line-height:1.6}.server-module__jWI3PG__screenshotsSection{text-align:center;margin-bottom:4rem}.server-module__jWI3PG__screenshotsSection h2{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.server-module__jWI3PG__screenshotGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;display:grid}.server-module__jWI3PG__screenshot{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;transition:all .3s;overflow:hidden}.server-module__jWI3PG__screenshot:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 25px rgba(99,102,241,.15)}.server-module__jWI3PG__screenshotImage{object-fit:cover;width:100%;height:300px;transition:transform .3s}.server-module__jWI3PG__screenshot:hover .server-module__jWI3PG__screenshotImage{transform:scale(1.02)}.server-module__jWI3PG__screenshotCaption{color:var(--foreground);margin:0;padding:1.5rem;font-size:1.1rem;font-weight:600}.server-module__jWI3PG__communitySection{margin-bottom:4rem}.server-module__jWI3PG__communityCard{background:var(--card-bg);border:1px solid var(--border);text-align:center;border-radius:12px;padding:3rem}.server-module__jWI3PG__communityCard h2{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.server-module__jWI3PG__communityCard p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.server-module__jWI3PG__discordButton{color:#fff;background:#5865f2;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.server-module__jWI3PG__discordButton:hover{background:#4752c4;transform:translateY(-2px);box-shadow:0 8px 25px rgba(88,101,242,.3)}.server-module__jWI3PG__discordIcon{font-size:1.3rem}.server-module__jWI3PG__footer{background:var(--card-bg);border-top:1px solid var(--border);margin-top:auto;padding:2rem}.server-module__jWI3PG__footerContent{text-align:center;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.server-module__jWI3PG__footerContent p{color:var(--text-muted);margin:0}@media (max-width:768px){.server-module__jWI3PG__nav{padding:1rem}.server-module__jWI3PG__navLinks{gap:1rem}.server-module__jWI3PG__main{padding:1rem}.server-module__jWI3PG__title{font-size:2.5rem}.server-module__jWI3PG__heroSection{padding:2rem 1rem}.server-module__jWI3PG__serverCard,.server-module__jWI3PG__aboutContent,.server-module__jWI3PG__communityCard{padding:2rem}.server-module__jWI3PG__ipContainer{flex-direction:column;gap:1rem}.server-module__jWI3PG__serverDetails{grid-template-columns:1fr;gap:1rem}.server-module__jWI3PG__features{grid-template-columns:1fr}.server-module__jWI3PG__screenshotGrid{grid-template-columns:1fr;gap:2rem}.server-module__jWI3PG__footerContent{text-align:center;flex-direction:column}}@media (max-width:480px){.server-module__jWI3PG__title{font-size:2rem}.server-module__jWI3PG__serverCard h2,.server-module__jWI3PG__aboutContent h2,.server-module__jWI3PG__screenshotsSection h2,.server-module__jWI3PG__communityCard h2{font-size:1.8rem}.server-module__jWI3PG__ipContainer{padding:1rem}.server-module__jWI3PG__serverIP{padding:.5rem 1rem;font-size:1rem}.server-module__jWI3PG__copyButton{padding:.6rem 1.2rem;font-size:.9rem}.server-module__jWI3PG__navLinks{flex-direction:column;gap:.5rem}}
