.profiles-page{max-width:1200px;margin:0 auto;padding:1.4rem 1rem 2.5rem;animation:fadeUp .35s ease-out}.profile-actions{display:flex;gap:.55rem;margin-top:.8rem;flex-wrap:wrap}.profiles-search-wrap{margin-top:1rem;margin-bottom:.4rem}.profiles-search{width:100%;max-width:380px;padding:.65rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:var(--text-primary);font-family:Rajdhani,sans-serif;font-size:.9rem;outline:none;transition:all .2s}.profiles-search:focus{border-color:rgba(255,45,45,.35);background:rgba(255,255,255,.05);box-shadow:0 0 0 3px rgba(255,45,45,.08)}.profiles-search::placeholder{color:var(--text-muted)}.profiles-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.profile-card{border:1px solid var(--border-color);border-radius:14px;overflow:hidden;background:linear-gradient(160deg,rgba(13,18,28,.95),rgba(8,12,20,.98));display:flex;flex-direction:column;transition:all .22s cubic-bezier(.4,0,.2,1);position:relative}.profile-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,45,45,0),transparent);transition:background .3s}.profile-card:hover{border-color:rgba(255,45,45,.28);transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.45),0 0 20px rgba(255,45,45,.07)}.profile-card:hover:before{background:linear-gradient(90deg,transparent,rgba(255,45,45,.6),transparent)}.profile-header{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.01)}.profile-avatar-wrap{position:relative;flex-shrink:0}.profile-avatar{width:54px;height:54px;border-radius:12px;object-fit:cover;border:2px solid rgba(255,45,45,.35);background:rgba(255,255,255,.05);transition:border-color .2s}.profile-card:hover .profile-avatar{border-color:rgba(255,45,45,.6)}.profile-online-dot{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:50%;background:var(--accent-green,#00ff88);border:2px solid #0d1219;box-shadow:0 0 6px rgba(0,255,136,.5)}.profile-title{min-width:0;flex:1 1}.profile-title h2{font-size:1.05rem;line-height:1.1;text-transform:uppercase;letter-spacing:.04em;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-level{display:inline-block;margin-top:3px;color:var(--accent-primary);font-size:.67rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;padding:2px 7px;background:rgba(255,45,45,.1);border-radius:4px;border:1px solid rgba(255,45,45,.2)}.profile-steam-game{display:inline-flex;align-items:center;gap:4px;margin-top:4px;font-size:.68rem;color:var(--accent-secondary);background:rgba(74,158,255,.08);border:1px solid rgba(74,158,255,.15);padding:2px 7px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.profile-body{padding:.8rem 1rem;flex:1 1}.profile-bio{color:var(--text-secondary);font-size:.88rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.played-games{margin-top:.75rem}.played-games h4{font-size:.68rem;margin-bottom:.4rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.games-tags{display:flex;flex-wrap:wrap;gap:.3rem}.game-tag{border-radius:5px;border:1px solid rgba(74,158,255,.2);padding:2px 8px;font-size:.68rem;color:#90c8ff;background:rgba(74,158,255,.07);text-transform:uppercase;letter-spacing:.04em;font-weight:600;transition:all .15s}.game-tag:hover{background:rgba(74,158,255,.14);border-color:rgba(74,158,255,.35)}.profile-footer{padding:.65rem .9rem;border-top:1px solid rgba(255,255,255,.05);display:flex;gap:.45rem;background:rgba(0,0,0,.15)}.small-btn{flex:1 1;padding:.44rem .55rem;font-size:.74rem;border-radius:7px;text-align:center}.btn-secondary[disabled]{opacity:.6;cursor:default}.profiles-empty{grid-column:1/-1;text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:1rem}@media (max-width:680px){.profiles-page{padding:1rem .75rem 1.5rem}.profile-actions{width:100%}.profiles-grid{grid-template-columns:1fr}.profiles-search{max-width:100%}}