.srv-section{padding:clamp(3rem,8vw,6rem) 0 clamp(2rem,6vw,4rem)}.srv-section__header{text-align:center;margin-bottom:2.5rem}.srv-section__title{font-family:var(--font-heading);font-size:clamp(2rem,6vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:.75rem}.srv-headline__dim{color:var(--text-muted)}.srv-section__subtitle{color:var(--text-secondary);font-size:clamp(.875rem,2vw,1rem);max-width:36rem;margin:0 auto 1.5rem}.srv-section__stats{display:inline-flex;align-items:center;gap:1.25rem;padding:.625rem 1.5rem;background:var(--bg-surface);border:1px solid var(--bg-subtle);border-radius:10px;margin-bottom:.5rem}.srv-section__stat{display:flex;align-items:center;gap:.5rem}.srv-section__stat-value{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;color:var(--rust-primary);font-variant-numeric:tabular-nums}.srv-section__stat-label{color:var(--text-secondary);font-size:var(--text-sm)}.srv-section__stat-sep{width:1px;height:1.25rem;background:var(--bg-subtle)}.srv-pulse{position:relative;display:inline-flex;width:10px;height:10px}.srv-pulse__ring{position:absolute;inset:0;border-radius:50%;background:var(--green);animation:pulse-ring 2s cubic-bezier(.4,0,.6,1) infinite}.srv-pulse__dot{position:relative;width:100%;height:100%;border-radius:50%;background:var(--green)}@keyframes pulse-ring{0%,to{opacity:.75;transform:scale(1)}50%{opacity:0;transform:scale(2.4)}}.srv-error{margin-bottom:1.5rem;padding:1rem;text-align:center;font-size:var(--text-sm);background:#f8717114;border:1px solid rgba(248,113,113,.15);border-radius:8px;color:var(--red)}.srv-error.hidden{display:none}.srv-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.srv-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.srv-card{position:relative;overflow:hidden;background:var(--bg-surface);border:1px solid var(--bg-subtle);border-radius:12px;transition:transform .3s cubic-bezier(.23,1,.32,1),box-shadow .3s cubic-bezier(.23,1,.32,1),border-color .3s ease}.srv-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000059,0 0 30px #ff6b2b0f;border-color:#ff6b2b1f}.srv-card__status-strip{height:3px;width:100%}.srv-card__body{padding:1.25rem 1.5rem 1.5rem}.srv-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.875rem;gap:.5rem}.srv-card__identity{display:flex;align-items:center;gap:.625rem}.srv-card__name{font-family:var(--font-heading);font-size:1.125rem;font-weight:700}.srv-card__badge{padding:.2rem .6rem;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:4px;font-family:var(--font-heading);white-space:nowrap}.srv-dot{position:relative;width:10px;height:10px;flex-shrink:0}.srv-dot__ping{position:absolute;inset:0;border-radius:50%;animation:pulse-ring 2s cubic-bezier(.4,0,.6,1) infinite}.srv-dot__core{position:relative;display:block;width:100%;height:100%;border-radius:50%}.srv-card__player-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.875rem}.srv-bar{flex:1;height:4px;border-radius:2px;background:#ffffff0f;overflow:hidden}.srv-bar__fill{height:100%;border-radius:2px;width:0;transition:width .6s cubic-bezier(.22,1,.36,1)}.srv-card__players{font-family:var(--font-mono);font-size:1.1rem;font-weight:700;color:var(--rust-primary);font-variant-numeric:tabular-nums;white-space:nowrap}.srv-card__max{color:var(--text-muted);font-size:.85em}.srv-card__meta{display:flex;align-items:center;justify-content:space-between;font-size:var(--text-sm);color:var(--text-muted);margin-bottom:.875rem;flex-wrap:wrap;gap:.5rem}.srv-card__meta-item{display:flex;align-items:center;gap:.375rem}.srv-card__meta-item svg{width:14px;height:14px;flex-shrink:0}.srv-card__meta-item--wipe{color:var(--rust-primary);font-weight:600}.srv-card__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1rem}.srv-card__tag{padding:.15rem .5rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:4px;font-family:var(--font-heading)}.srv-card__actions{display:flex;align-items:center;gap:.625rem}.srv-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:var(--text-sm);font-weight:600;font-family:var(--font-heading);border-radius:8px;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.srv-btn svg{width:16px;height:16px;flex-shrink:0}.srv-btn--primary{background:var(--rust-primary);color:#fff}.srv-btn--primary:hover{background:var(--rust-hover);box-shadow:0 4px 16px #ff6b2b40}.srv-btn--ghost{background:transparent;color:var(--text-secondary);border:1px solid var(--bg-subtle)}.srv-btn--ghost:hover{color:var(--text-primary);border-color:#ffffff1f;background:#ffffff08}.srv-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem;text-align:center;background:var(--bg-surface);border:1px solid var(--bg-subtle);border-radius:12px;color:var(--text-muted)}.srv-empty__icon{width:48px;height:48px;opacity:.4}.srv-features{padding:clamp(2rem,6vw,4rem) 0 clamp(3rem,8vw,5rem)}.srv-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.srv-features__grid{grid-template-columns:repeat(4,1fr)}}.srv-feature{text-align:center;padding:1.5rem 1rem;background:var(--bg-surface);border:1px solid var(--bg-subtle);border-radius:12px;transition:border-color .2s ease}.srv-feature:hover{border-color:#ff6b2b1a}.srv-feature__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:.75rem;background:#ff6b2b14;border-radius:10px;color:var(--rust-primary)}.srv-feature__icon svg{width:22px;height:22px}.srv-feature__title{font-family:var(--font-heading);font-size:.875rem;font-weight:700;margin-bottom:.375rem}.srv-feature__text{font-size:var(--text-xs);color:var(--text-muted);line-height:1.5}@media(prefers-reduced-motion:reduce){.srv-card{transition:none!important}.srv-card:hover{transform:none!important}.srv-bar__fill{width:var(--fill-pct)!important;transition:none!important}}@media(max-width:640px){.srv-card__top{flex-direction:column;align-items:flex-start}.srv-card__actions{flex-direction:column;width:100%}.srv-btn{width:100%;justify-content:center}.srv-section__stats{flex-direction:column;gap:.5rem;padding:.75rem 1.25rem}.srv-section__stat-sep{width:60%;height:1px}}
