/* Header */ .header text-align: center; margin-bottom: 30px; padding: 20px; background: linear-gradient(135deg, #1a1f2e, #0f1422); border-radius: 28px; box-shadow: 0 8px 20px rgba(0,0,0,0.3);
.proxy-name font-size: 1.4rem; font-weight: bold; display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px;