.proxy-name font-size: 1.5rem; font-weight: 700; letter-spacing: -0.3px; background: linear-gradient(120deg, #0f2b3b, #136b8f); background-clip: text; -webkit-background-clip: text; color: transparent;
/* Controls */ .controls display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 2rem; background: white; padding: 1rem 1.5rem; border-radius: 60px; box-shadow: 0 8px 20px rgba(0,0,0,0.05);
<div class="controls"> <div class="search-box"> <input type="text" id="searchInput" placeholder="π Search by name, URL or feature... (e.g., SSL, USA)"> <button id="clearSearchBtn" aria-label="clear">βοΈ</button> </div> <div class="filter-group" id="filterGroup"> <button data-filter="all" class="filter-btn active">All</button> <button data-filter="https" class="filter-btn">π HTTPS/SSL</button> <button data-filter="usa" class="filter-btn">πΊπΈ USA servers</button> <button data-filter="europe" class="filter-btn">πͺπΊ Europe</button> <button data-filter="noads" class="filter-btn">π« Ad-light</button> </div> </div> hiload org free proxy sites
.proxy-desc padding: 0 1.5rem; font-size: 0.9rem; color: #4a627a; margin-bottom: 1rem; line-height: 1.4;
.badge background: #eef2ff; padding: 0.25rem 0.7rem; border-radius: 30px; font-size: 0.7rem; font-weight: 600; color: #1d6f9c; .proxy-name font-size: 1.5rem
.search-box flex: 2; min-width: 200px; display: flex; align-items: center; background: #f0f2f8; border-radius: 40px; padding: 0.2rem 1rem;
.filter-group display: flex; gap: 0.5rem; flex-wrap: wrap; /* Controls */ .controls display: flex
body background: linear-gradient(145deg, #f5f7fc 0%, #e9eef4 100%); font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; color: #1a2c3e; padding: 2rem 1.5rem;