.server-detail-page{min-height:100vh;background:var(--background)}.server-detail-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem}.breadcrumb-link{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:var(--foreground)}.server-hero-banner{position:relative;padding:2rem 1.5rem;margin-bottom:1.5rem;border-radius:var(--radius);overflow:hidden;background:rgba(11,18,33,.85);border:1px solid rgba(59,130,246,.2);box-shadow:0 0 50px rgba(59,130,246,.1),inset 0 1px 0 rgba(255,255,255,.05);animation:fadeInUp .4s ease-out}.light .server-hero-banner{background:rgba(255,255,255,.9);border-color:rgba(59,130,246,.15);box-shadow:0 0 40px rgba(59,130,246,.08),inset 0 1px 0 rgba(255,255,255,.9)}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(251,191,36,.08) 50%,rgba(59,130,246,.12));animation:gradientShift 12s ease-in-out infinite;pointer-events:none}@keyframes gradientShift{0%,to{opacity:1}50%{opacity:.7}}.light .hero-gradient{background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(251,191,36,.05) 50%,rgba(59,130,246,.08))}.hero-gradient-orb{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;animation:orbFloat 8s ease-in-out infinite}.hero-orb-1{width:300px;height:300px;background:rgba(59,130,246,.15);top:-100px;right:-50px}.hero-orb-2{width:200px;height:200px;background:rgba(59,130,246,.1);bottom:-60px;left:10%;animation-delay:-4s}@keyframes orbFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.light .hero-orb-1{background:rgba(59,130,246,.12)}.light .hero-orb-2{background:rgba(59,130,246,.08)}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.featured-badge-floating{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.7rem;font-weight:700;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#0B1221;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;box-shadow:0 0 20px rgba(251,191,36,.4);animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{box-shadow:0 0 20px rgba(251,191,36,.4)}50%{box-shadow:0 0 30px rgba(251,191,36,.6)}}.hero-title{font-size:2rem;font-weight:800;color:var(--foreground);margin:0 0 .75rem;line-height:1.1;text-shadow:0 0 40px rgba(59,130,246,.4)}@media (min-width:640px){.hero-title{font-size:2.25rem}}@media (min-width:1024px){.hero-title{font-size:2.5rem}}.light .hero-title{text-shadow:0 0 30px rgba(59,130,246,.25)}.hero-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.375rem;margin-bottom:.75rem}.hero-tag{padding:.375rem .75rem;font-size:.75rem;font-weight:600;border-radius:6px;border-width:1px;text-decoration:none;transition:all .2s ease}.hero-tag:hover{transform:translateY(-2px)}.hero-version-tag{display:flex;flex-direction:column;align-items:center;padding:.375rem .75rem;font-size:.8rem;font-weight:600;border-radius:6px;border:1px solid rgba(100,116,139,.3);background:rgba(100,116,139,.1);color:#94a3b8;text-decoration:none;transition:all .2s ease}.hero-version-value{font-size:.875rem;font-weight:700;line-height:1.2}.hero-version-label{font-size:.6rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.light .hero-version-tag{background:rgba(100,116,139,.08);border-color:rgba(100,116,139,.25);color:#64748b}.hero-ip-bar{display:inline-flex;align-items:center;gap:.75rem;padding:.625rem 1rem;background:rgba(11,18,33,.6);border:1px solid rgba(59,130,246,.3);border-radius:var(--radius);margin-bottom:1rem;box-shadow:0 0 20px rgba(59,130,246,.1),inset 0 1px 0 rgba(255,255,255,.05)}.light .hero-ip-bar{background:rgba(255,255,255,.8);border-color:rgba(59,130,246,.25);box-shadow:0 0 15px rgba(59,130,246,.08),inset 0 1px 0 rgba(255,255,255,.9)}.hero-ip-text{font-family:var(--font-geist-mono),monospace;font-size:1rem;font-weight:600;color:var(--foreground)}@media (min-width:640px){.hero-ip-text{font-size:1.125rem}}.hero-copy-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8rem;font-weight:600;background:rgba(59,130,246,.15);color:#3b82f6;border:1px solid rgba(59,130,246,.35);border-radius:var(--radius);cursor:pointer;transition:all .2s ease}.hero-copy-btn:hover{background:rgba(59,130,246,.25);border-color:rgba(59,130,246,.5);transform:translateY(-1px);box-shadow:0 4px 15px rgba(59,130,246,.2)}.hero-copy-btn.copied{background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(34,197,94,.1));color:#22c55e;border-color:rgba(34,197,94,.5)}.hero-stat-pills{flex-wrap:wrap;gap:.5rem}.hero-stat-pills,.stat-pill{display:flex;justify-content:center}.stat-pill{flex-direction:column;align-items:center;padding:.5rem .75rem;min-width:70px;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);border-radius:var(--radius);transition:all .2s ease}.stat-pill:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(59,130,246,.15)}.stat-pill-blue{background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.25);color:#3b82f6}.stat-pill-green{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.25);color:#22c55e}.stat-pill-red{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.25);color:#ef4444}.stat-pill-neutral{background:rgba(107,114,128,.1);border-color:rgba(107,114,128,.2);color:var(--foreground)}.stat-pill-gold{background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.25);color:#fbbf24}.light .stat-pill-gold{color:#d97706}.stat-pill-value{font-size:1rem;font-weight:700;line-height:1.2}.stat-pill-label{font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;opacity:.8;margin-top:.125rem}.stat-pill-flag{font-size:1.25rem;line-height:1}.stat-pill-versions{padding:.5rem .75rem;gap:.25rem}.version-badges{display:flex;flex-direction:column;align-items:center;gap:.25rem}.version-badge{display:inline-block;padding:.25rem .5rem;font-size:.875rem;font-weight:600;background:rgba(107,114,128,.15);border:1px solid rgba(107,114,128,.25);border-radius:4px;color:var(--foreground);text-decoration:none;transition:all .2s ease}.version-badge:hover{background:rgba(107,114,128,.25);border-color:rgba(107,114,128,.4);transform:translateY(-1px)}.status-dot{width:8px;height:8px;border-radius:50%;margin-bottom:.125rem}.status-dot.online{background:#22c55e;box-shadow:0 0 10px rgba(34,197,94,.5);animation:statusPulse 2s ease-in-out infinite}.status-dot.offline{background:#ef4444}@keyframes statusPulse{0%,to{box-shadow:0 0 10px rgba(34,197,94,.5)}50%{box-shadow:0 0 20px rgba(34,197,94,.8)}}.server-detail-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:1024px){.server-detail-grid{grid-template-columns:1fr 380px}}.server-detail-main{display:flex;flex-direction:column;gap:2rem;min-width:0}.server-detail-sidebar{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:1024px){.server-detail-sidebar{position:sticky;top:var(--header-offset,4.5rem);align-self:start;transition:top .3s ease}}.description-card{position:relative;padding:1.75rem 1.75rem 1.75rem 2rem;overflow:hidden}.description-accent{position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:0 2px 2px 0}.server-card-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin:0 0 1rem}.description-content{color:var(--text-muted);line-height:1.8;font-size:.95rem;white-space:pre-line;word-break:break-word;overflow-wrap:break-word}.description-content a{color:#3b82f6;text-decoration:none}.description-content a:hover{text-decoration:underline}.sidebar-links{display:flex;gap:.75rem}.sidebar-link-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;border-radius:var(--radius);text-decoration:none;transition:all .2s ease}.sidebar-link-btn.discord{background:rgba(88,101,242,.15);color:#5865f2;border:1px solid rgba(88,101,242,.3)}.sidebar-link-btn.discord:hover{background:rgba(88,101,242,.25);border-color:rgba(88,101,242,.5);transform:translateY(-2px);box-shadow:0 4px 20px rgba(88,101,242,.25)}.sidebar-link-btn.website{background:rgba(59,130,246,.15);color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.sidebar-link-btn.website:hover{background:rgba(59,130,246,.25);border-color:rgba(59,130,246,.5);transform:translateY(-2px);box-shadow:0 4px 20px rgba(59,130,246,.25)}.vote-card-premium{position:relative;padding:2rem;overflow:hidden;text-align:center}.vote-card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(59,130,246,.1) 0,transparent 50%);pointer-events:none;animation:voteGlow 4s ease-in-out infinite}@keyframes voteGlow{0%,to{opacity:.5}50%{opacity:1}}.vote-card-content{position:relative;z-index:1}.vote-card-header{font-size:1.25rem;font-weight:700;color:var(--foreground);margin:0 0 1.25rem}.vote-count-display{margin-bottom:1.5rem}.vote-count-number{display:block;font-size:2.75rem;font-weight:800;color:#3b82f6;line-height:1;text-shadow:0 0 30px rgba(59,130,246,.4)}.light .vote-count-number{text-shadow:0 0 20px rgba(59,130,246,.3)}.vote-count-label{display:block;font-size:.8rem;color:var(--text-muted);margin-top:.5rem;text-transform:uppercase;letter-spacing:.05em}.vote-button-premium{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;border:none;border-radius:var(--radius);cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px rgba(59,130,246,.3)}.vote-button-premium:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(59,130,246,.4)}.vote-button-premium:active{transform:translateY(-1px) scale(1)}.vote-card-hint{font-size:.8rem;color:var(--text-muted);margin-top:1rem;margin-bottom:0}.info-card{padding:0;overflow:hidden}.info-card-header{padding:.75rem 1rem;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05));border-bottom:1px solid rgba(59,130,246,.15)}.light .info-card-header{background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(59,130,246,.03))}.info-card-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin:0}.info-card-body{padding:.25rem 0}.info-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;transition:all .2s ease}.info-row:hover{background:rgba(59,130,246,.06)}.light .info-row:hover{background:rgba(59,130,246,.04)}.info-row-clickable{cursor:pointer}.info-row-clickable:hover{background:rgba(59,130,246,.1)}.light .info-row-clickable:hover{background:rgba(59,130,246,.08)}.info-row-action{color:var(--text-muted)}.info-row-action,.info-row-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-row-icon{width:28px;height:28px;background:rgba(59,130,246,.1);border-radius:6px;color:#3b82f6}.info-row-icon svg{width:16px;height:16px}.light .info-row-icon{background:rgba(59,130,246,.08)}.info-row-content{display:flex;flex-direction:column;flex:1;min-width:0}.info-row-label{font-size:.7rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;line-height:1}.info-row-value{font-size:.875rem;font-weight:600;color:var(--foreground)}.info-divider{height:1px;margin:.5rem 1.25rem;background:linear-gradient(90deg,rgba(59,130,246,.2),rgba(59,130,246,.05))}.light .info-divider{background:linear-gradient(90deg,rgba(59,130,246,.15),rgba(59,130,246,.03))}.stat-value-blue{color:#3b82f6!important}.stat-value-green{color:#22c55e!important}.stat-value-yellow{color:#eab308!important}.stat-value-red{color:#ef4444!important}.light .stat-value-green{color:#16a34a!important}.light .stat-value-yellow{color:#ca8a04!important}.light .stat-value-red{color:#dc2626!important}.related-server-card{padding:1rem;background:rgba(11,18,33,.4);border:1px solid rgba(59,130,246,.1);border-radius:8px;transition:all .2s ease}.related-server-card:hover{background:rgba(11,18,33,.6);border-color:rgba(59,130,246,.25);transform:translateY(-2px)}.light .related-server-card{background:rgba(255,255,255,.5);border-color:rgba(59,130,246,.15)}.light .related-server-card:hover{background:rgba(255,255,255,.7);border-color:rgba(59,130,246,.3)}.server-detail-main,.server-detail-sidebar{animation:fadeInUp .4s ease-out;animation-delay:.1s;animation-fill-mode:backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.server-hero-banner{padding:1.5rem}.hero-ip-bar{flex-direction:column;align-items:stretch;gap:.75rem;width:100%}.hero-copy-btn{justify-content:center}.hero-stat-pills{gap:.5rem}.stat-pill{min-width:calc(50% - .25rem);flex:1}}