.servers-page{width:100%;max-width:1200px;margin:0 auto;padding:28px 16px 56px}.servers-card{background:linear-gradient(45deg,rgba(102,126,234,.02),rgba(118,75,162,.02)),linear-gradient(135deg,#1a1a2e,rgba(102,126,234,.035));border:1px solid hsla(0,0%,100%,.06);border-radius:30px;padding:28px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.page-header{gap:16px;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.08)}.header-icon,.page-header{display:flex;align-items:center}.header-icon{width:56px;height:56px;justify-content:center;background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.15));border-radius:18px}.header-icon i{font-size:32px;color:#667eea}.page-header h1{margin:0;font-size:28px;font-weight:800;color:#fff}.page-header p{margin:4px 0 0;color:hsla(0,0%,100%,.6);font-size:15px}.servers-grid{display:flex;flex-direction:column;gap:20px}.server-item{position:relative;overflow:hidden;border-radius:24px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);transition:all .3s ease;cursor:pointer;text-decoration:none!important;color:inherit!important;min-height:140px}.server-item:hover{transform:translateY(-4px);border-color:rgba(102,126,234,.4);box-shadow:0 12px 40px rgba(0,0,0,.3)}.server-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:24px 28px;gap:20px;flex-wrap:wrap}.server-info{flex:1;min-width:200px}.server-name-wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:6px}.server-name{margin:0;font-size:24px;font-weight:800;color:#fff}.server-version{font-size:14px;color:hsla(0,0%,100%,.5);font-weight:400}.wipe-badge{padding:2px 12px;background:rgba(255,71,87,.2);border:1px solid rgba(255,71,87,.3);border-radius:20px;font-size:12px;font-weight:700;color:#ff4757;text-transform:uppercase;letter-spacing:.5px}.server-slogan{margin:0;color:hsla(0,0%,100%,.6);font-size:16px;font-weight:400}.server-icon{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:16px;background:hsla(0,0%,100%,.05);padding:8px;flex-shrink:0}.server-background{position:absolute;inset:0;z-index:1;background-size:cover;background-position:50%;opacity:.08;transition:opacity .3s ease}.server-item:hover .server-background{opacity:.15}@media(max-width:768px){.servers-card{padding:20px}.page-header{flex-wrap:wrap}.page-header h1{font-size:24px}.server-content{padding:18px 20px}.server-name{font-size:20px}.server-slogan{font-size:14px}.server-icon{width:60px;height:60px}.server-name-wrapper{gap:6px}.server-version{font-size:12px}}@media(max-width:480px){.server-content{flex-direction:column;text-align:center}.server-name-wrapper{justify-content:center}.server-icon{width:56px;height:56px}}